void-packages/srcpkgs/buku/template
2016-05-28 21:34:10 +02:00

18 lines
454 B
Bash

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