void-packages/srcpkgs/buku/template
UsernameRandomlyGenerated 0a49b95a1e buku: update to 4.5
2021-01-19 21:51:03 -03:00

17 lines
499 B
Bash

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