void-packages/srcpkgs/buku/template
2017-04-26 08:43:36 -03:00

19 lines
498 B
Bash

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