# Maintainer: duffydack pkgname=zsh-auto-notify pkgver=0.8.0 pkgrel=1 pkgdesc="Zsh plugin that sends out a notification when a long running task has completed" arch=('any') url="https://github.com/MichaelAquilina/zsh-auto-notify" license=('GPL') depends=('zsh') install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('a45372be1b38716c30a96fd4b50b85bd535595a6e183ba762f6a27e4249a3a3fa3f0f6337c2830885ff3bf0e1eff1a4bd6840898564fd0a100489d5d50f1d1e5') changelog=changelog package() { cd "$pkgname-$pkgver" install -vDm 644 auto-notify.plugin.zsh \ -t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/" # docs install -vDm 644 README.rst \ -t "${pkgdir}/usr/share/doc/${pkgname}/" # license install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/" }