void-packages/srcpkgs/buku/template
2017-01-14 19:03:33 -02:00

19 lines
481 B
Bash

# Template file for 'buku'
pkgname=buku
version=2.8
revision=1
wrksrc=Buku-${version}
noarch=yes
python_version="3"
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=164ef66619012d6e89c11cd1f8b5247e3f31005ae89d97a59adc7760e76092b9
do_install() {
vbin buku.py buku
vman buku.1
}