18 lines
453 B
Bash
18 lines
453 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=1.6
|
|
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=4b0297b3fceed9e691f7468894421c2d28c2ab7695e8ac988d5f661a0bf1ae55
|
|
|
|
do_install() {
|
|
vbin buku
|
|
vman buku.1
|
|
}
|