pkgname=bk pkgver=0.6.0_fork pkgrel=1 pkgdesk="terminal epub reader (fork)" arch=('i686' 'x86_64') url="https://github.com/aeosynth/bk" license=('MIT') makedepends=('rust') source=() build() { cd .. cargo build } package() { cd .. install -D -t "$pkgdir/usr/bin" target/debug/bk strip -x --strip-unneeded "$pkgdir/usr/bin/bk" }