b6b8f5c58b
closes #4830
18 lines
536 B
Bash
18 lines
536 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=4.1
|
|
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=a66a423f837c4daed1b4a4084fc58ee6e37ec58f42b9edd2d61c7af0e3d4f343
|
|
|
|
do_install() {
|
|
vbin buku
|
|
vman buku.1
|
|
}
|