void-packages/srcpkgs/buku/template
2020-12-01 17:37:35 +01:00

17 lines
499 B
Bash

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