-
Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
parent
5dc0dea718
commit
ca96739ac1
@ -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
|
Loading…
Reference in New Issue
Block a user