void-packages/srcpkgs/buku/template
2017-08-03 19:48:52 -03:00

19 lines
498 B
Bash

# Template file for 'buku'
pkgname=buku
version=3.2
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=2375fc22e7e417fe23814589257f007cfdc1b1e3f8e47619a7d6e83ff0fb4f09
do_install() {
vbin buku.py buku
vman buku.1
}