void-packages/srcpkgs/buku/template

22 lines
729 B
Bash

# Template file for 'buku'
pkgname=buku
version=4.9
revision=1
depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography
python3-html5lib python3-certifi"
short_desc="Cmdline bookmark management utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/Buku"
changelog="https://github.com/jarun/buku/raw/master/CHANGELOG"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac
do_install() {
vbin buku
vman buku.1
vcompletion auto-completion/bash/buku-completion.bash bash
vcompletion auto-completion/zsh/_buku zsh
vcompletion auto-completion/fish/buku.fish fish
}