void-packages/srcpkgs/buku/template
2016-07-15 00:53:30 -03:00

18 lines
454 B
Bash

# Template file for 'buku'
pkgname=buku
version=2.3
revision=1
wrksrc=Buku-${version}
noarch=yes
depends="python3"
short_desc="A cmdline bookmark management utility"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="https://github.com/jarun/Buku"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=0fe0cf1d9e62c3b492f38cd11dd47b567c82aef1ebe04e097055a6f708ec64c9
do_install() {
vbin buku
vman buku.1
}