name='pass-expire-notify' version='1' release='1' desc='Скрипт для проверки и уведомления об истечении пароля доменной УЗ' homepage='https://gitflic.ru/project/xpamych/pass-expire-notify' maintainer="Евгений Храмов " 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" "${pkgdir}/usr/bin/pass-expire-notify" install -Dm644 "${scriptdir}/pass-expire-notify.desktop" "${pkgdir}/etc/xdg/autostart/pass-expire-notify.desktop" }