void-packages/srcpkgs/buku/template

19 lines
454 B
Bash
Raw Normal View History

2015-12-20 04:05:07 +01:00
# Template file for 'buku'
pkgname=buku
2016-07-15 05:53:30 +02:00
version=2.3
2015-12-20 04:05:07 +01: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"
2016-05-16 04:14:02 +02:00
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
2016-07-15 05:53:30 +02:00
checksum=0fe0cf1d9e62c3b492f38cd11dd47b567c82aef1ebe04e097055a6f708ec64c9
2015-12-20 04:05:07 +01:00
do_install() {
vbin buku
vman buku.1
}