alr переименование

This commit is contained in:
2024-05-05 14:44:01 +03:00
parent 08abb1d5f6
commit 5a34f223c3
32 changed files with 0 additions and 0 deletions

23
pass-expire-notify/alr.sh Normal file
View File

@ -0,0 +1,23 @@
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"
}