void-packages/srcpkgs/buku/template

19 lines
498 B
Bash

# Template file for 'buku'
pkgname=buku
version=2.9
revision=2
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=d4175aab5fab72d41cd646f688311bc347d5fcdad23dc58ee87dffb695c5a51b
do_install() {
vbin buku.py buku
vman buku.1
}