void-packages/srcpkgs/buku/template
2019-05-05 11:31:51 +02:00

18 lines
538 B
Bash

# Template file for 'buku'
pkgname=buku
version=4.2.2
revision=1
archs=noarch
wrksrc="Buku-${version}"
depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography python3-html5lib"
short_desc="Cmdline bookmark management utility"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/Buku"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=08866f284a03454d9ee5bbb332da62e6ae1dfbe83ada75092453a7fd04fe62b3
do_install() {
vbin buku
vman buku.1
}