25 lines
616 B
Bash
25 lines
616 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=3.7
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Buku-${version}"
|
|
checkdepends="python3-pytest python3-urllib3 python3-BeautifulSoup4
|
|
python3-cryptography python3-hypothesis"
|
|
depends="python3-urllib3"
|
|
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=0d39a86c6c319378af20c568a282a13c963655f60fc68f512eb83fce6a1435df
|
|
|
|
do_check() {
|
|
pytest3
|
|
}
|
|
|
|
do_install() {
|
|
vbin buku.py buku
|
|
vman buku.1
|
|
}
|