void-packages/srcpkgs/buku/template
2020-02-06 08:10:46 +01:00

18 lines
511 B
Bash

# Template file for 'buku'
pkgname=buku
version=4.3
revision=1
archs=noarch
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=4c91cb0ac83164153c65705f46af29aaede78a2ed48d836cd2269b0fc71fed7a
do_install() {
vbin buku
vman buku.1
}