# Maintainer: JP Cimalando pkgname=deken-git _pkgname=deken pkgver=v0.2.6.r129.g33a15cb pkgrel=1 epoch= pkgdesc="Externals wrangler for Pure Data" arch=('any') url="https://puredata.info/docs/Deken" license=('custom:BSD') groups=() depends=('hy' 'python-easywebdav' 'python-pyelftools' 'python-macholib' 'python-pefile' 'python-gnupg' 'python-keyring' 'python-ndg-httpsclient' 'python-pyasn1' 'python-pyopenssl') makedepends=() checkdepends=() optdepends=() provides=('deken') conflicts=('deken') replaces=() backup=() options=() install= changelog= source=("git+https://github.com/pure-data/$_pkgname") md5sums=('SKIP') noextract=() validpgpkeys=() pkgver() { cd "$_pkgname" git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } package() { cd "$_pkgname" install -D -m755 "developer/deken.hy" "$pkgdir/usr/bin/deken" install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt" }