# Maintainer: inori pkgname=astra pkgver=1.6.2 pkgrel=5 pkgdesc="VC/PM identifiers for bash" url="https://github.com/inoriy/astra" license=("MIT") source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz") md5sums=("") arch=("any") depends=("ncurses" "perl") package(){ cd "$pkgname-$pkgver-$pkgrel" make ROOT="$pkgdir" }