#Maintainer: Nick Boughton pkgname=devd pkgver=0.9 pkgrel=1 pkgdesc="devd: a web daemon for developers" arch=('x86_64') url="https://github.com/cortesi/devd" license=('MIT') provides=('devd') source=("https://github.com/cortesi/devd/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tgz") sha256sums=('a8f47477ae479717c6f5ebe80674e6daa4b9f98ef0220cbe28f072130b8f20ad') package() { cd "$pkgname-$pkgver-linux64" mkdir -p $pkgdir/usr/bin cp devd $pkgdir/usr/bin/ }