void-packages/srcpkgs/buku/template

19 lines
453 B
Bash
Raw Normal View History

2015-12-20 03:05:07 +00:00
# Template file for 'buku'
pkgname=buku
2016-02-08 23:40:43 +00:00
version=1.6
2015-12-20 03:05:07 +00:00
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/${version}.tar.gz"
2016-02-08 23:40:43 +00:00
checksum=4b0297b3fceed9e691f7468894421c2d28c2ab7695e8ac988d5f661a0bf1ae55
2015-12-20 03:05:07 +00:00
do_install() {
vbin buku
vman buku.1
}