19 lines
481 B
Bash
19 lines
481 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=2.9
|
|
revision=1
|
|
wrksrc=Buku-${version}
|
|
noarch=yes
|
|
python_version="3"
|
|
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/v${version}.tar.gz"
|
|
checksum=d4175aab5fab72d41cd646f688311bc347d5fcdad23dc58ee87dffb695c5a51b
|
|
|
|
do_install() {
|
|
vbin buku.py buku
|
|
vman buku.1
|
|
}
|