15 lines
623 B
Bash
15 lines
623 B
Bash
# Template file for 'cppman'
|
|
pkgname=cppman
|
|
version=0.5.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
|
|
checkdepends="$depends"
|
|
short_desc="C++ 98/11/14 manual pages for Linux"
|
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
|
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/${version}.tar.gz"
|
|
checksum=8bfc0f583d5eae86a4fc54c119969d514e166b19b7f3538f9ac4d9fff13694fe
|