добавление pass-expire-notify
This commit is contained in:
parent
6a8dbdd0ad
commit
59605518af
24
pass-expire-notify/lure.sh
Normal file
24
pass-expire-notify/lure.sh
Normal file
@ -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"
|
||||||
|
}
|
5
pass-expire-notify/pass-expire-notify.desktop
Normal file
5
pass-expire-notify/pass-expire-notify.desktop
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=pass-expire-notify
|
||||||
|
NoDisplay=true
|
||||||
|
Exec=/usr/bin/pass-expire-notify.sh
|
Loading…
Reference in New Issue
Block a user