void-packages/srcpkgs/buku/template
2016-03-27 07:41:32 -03:00

18 lines
453 B
Bash

# Template file for 'buku'
pkgname=buku
version=1.8
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=352c95f0ba69864dce37a9010e91fa227b37a072922107ec84246f3c760fa4cb
do_install() {
vbin buku
vman buku.1
}