void-packages/srcpkgs/buku/template
Diogo Leal 48fa9641e0 New package: buku-1.5
Closes gh-3200
2016-01-05 09:33:37 +01:00

18 lines
453 B
Bash

# Template file for 'buku'
pkgname=buku
version=1.5
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"
checksum=93fb403ac487afc609088b72a02613aaa3dd65e3358c1c332f3636371e4b3dc2
do_install() {
vbin buku
vman buku.1
}