# Maintainer: duffydack pkgname=zsh-auto-notify pkgver=0.7.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=('604cef32c742414dff2bc2f79f1d428b61242f8a84f0e07ed3920d41c44188f6a2995eb244421a20095100bd40212a7c4d0250c91c9877d0f53c6c872bd0e8f7') 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}/" }