# Maintainer: inori pkgname=astra pkgver=2.3.2 pkgrel=1 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=('5d14c38047a5c1f5f6393427ba6f1162') arch=("any") depends=("ncurses" "perl") package(){ cd "$pkgname-$pkgver-$pkgrel" make ROOT="$pkgdir" VERSION="$pkgver-$pkgrel" }