Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
Евгений Храмов 2024-07-14 23:53:17 +03:00
parent 5dc0dea718
commit ca96739ac1
2 changed files with 0 additions and 28 deletions

@ -1,23 +0,0 @@
name='pass-expire-notify'
version='1'
release='1'
desc='Скрипт для проверки и уведомления об истечении пароля доменной УЗ'
homepage='https://gitflic.ru/project/xpamych/pass-expire-notify'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
architectures=('amd64')
license=('MIT')
provides=('pass-expire-notify')
conflicts=('pass-expire-notify')
deps=('samba-client')
sources=("git+https://gitflic.ru/project/xpamych/pass-expire-notify.git")
checksums=('SKIP')
prepare() {
cd "${srcdir}/pass-expire-notify"
}
package() {
install -Dm755 "${srcdir}/pass-expire-notify/pass-expire-notify.sh" "${pkgdir}/usr/bin/pass-expire-notify"
install -Dm644 "${scriptdir}/pass-expire-notify.desktop" "${pkgdir}/etc/xdg/autostart/pass-expire-notify.desktop"
}

@ -1,5 +0,0 @@
[Desktop Entry]
Type=Application
Name=pass-expire-notify
NoDisplay=true
Exec=/usr/bin/pass-expire-notify