-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
23 lines (22 loc) · 828 Bytes
/
template
File metadata and controls
23 lines (22 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Template file for 'buku'
pkgname=buku
version=5.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
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=38b0b3308d26170eb567763ff5a11012a939ea75a1368415425f18a1f46cac8a
post_install() {
vman buku.1
vcompletion auto-completion/bash/buku-completion.bash bash
vcompletion auto-completion/zsh/_buku zsh
vcompletion auto-completion/fish/buku.fish fish
}