добавление pass-expire-notify

This commit is contained in:
Евгений Храмов 2023-04-21 13:27:21 +03:00
parent 6a8dbdd0ad
commit 59605518af
2 changed files with 29 additions and 0 deletions

@ -0,0 +1,24 @@
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=("https://gitflic.ru/project/xpamych/pass-expire-notify.git")
checksums=('SKIP')
prepare() {
cd "${srcdir}/pass-expire-notify"
}
package() {
install -Dm755 "${srcdir}/pass-expire-notify" "${pkgdir}/usr/bin/pass-expire-notify"
install -Dm644 "${scriptdir}/pass-expire-notify.desktop" "${pkgdir}/etc/xdg/autostart/pass-expire-notify.desktop"
}

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