-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
22 lines (21 loc) · 901 Bytes
/
template
File metadata and controls
22 lines (21 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'cppman'
pkgname=cppman
version=0.6.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml python3-six
python3-soupsieve python3-typing_extensions python3-webencodings"
checkdepends="$depends"
short_desc="C++ 98/11/14 manual pages for Linux"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/aitjcize/cppman"
changelog="https://raw.githubusercontent.com/aitjcize/cppman/refs/heads/main/ChangeLog"
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/v${version}.tar.gz"
checksum=2f8c3269de6649e1c030509ff8f675b096353a47a8f59e67b2fb053c9adfaf00
post_install() {
mv ${DESTDIR}/usr/share/bash-completion/completions/cppman{.bash,}
rm ${DESTDIR}/usr/share/zsh/vendor-completions/_cppman
vcompletion misc/completions/zsh/_cppman zsh
}