48fa9641e0
Closes gh-3200
18 lines
453 B
Bash
18 lines
453 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=1.5
|
|
revision=1
|
|
wrksrc=Buku-${version}
|
|
noarch=yes
|
|
depends="python3"
|
|
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/${version}.tar.gz"
|
|
checksum=93fb403ac487afc609088b72a02613aaa3dd65e3358c1c332f3636371e4b3dc2
|
|
|
|
do_install() {
|
|
vbin buku
|
|
vman buku.1
|
|
}
|