cppman: update to 0.6.0
This commit is contained in:
committed by
Duncan Overbruck
parent
42dc70b43c
commit
7cb6d09664
+10
-6
@@ -1,18 +1,22 @@
|
||||
# Template file for 'cppman'
|
||||
pkgname=cppman
|
||||
version=0.5.7
|
||||
revision=2
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
|
||||
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/master/ChangeLog"
|
||||
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=df42088a9c8601289e18589aba3506a803eba8bb31446c183153de6936700526
|
||||
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
|
||||
|
||||
# To fix bs4 false positive
|
||||
noverifypydeps=yes
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/bash-completion/completions/cppman{.bash,}
|
||||
|
||||
Reference in New Issue
Block a user