285a58dbbe
Closes: #7816 [via git-merge-pr]
19 lines
498 B
Bash
19 lines
498 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=3.4
|
|
revision=1
|
|
wrksrc=Buku-${version}
|
|
noarch=yes
|
|
python_version="3"
|
|
depends="python3 python3-requests"
|
|
short_desc="A cmdline bookmark management utility"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/jarun/Buku"
|
|
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
|
checksum=f5613889501d0605920add87b5e7015c958a1f6f57d23f1fb69e6bfb3e171353
|
|
|
|
do_install() {
|
|
vbin buku.py buku
|
|
vman buku.1
|
|
}
|