-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
22 lines (20 loc) · 748 Bytes
/
template
File metadata and controls
22 lines (20 loc) · 748 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 'python3-sphinx-click'
pkgname=python3-sphinx-click
version=6.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3-Sphinx python3-click python3-docutils"
checkdepends="${depends} python3-pytest python3-pytest-cov"
short_desc="Sphinx plugin to document click-based application"
maintainer="orahcio <orahcio@gmail.com>"
license="MIT"
homepage="https://github.com/click-contrib/sphinx-click"
distfiles="https://github.com/click-contrib/sphinx-click/archive/refs/tags/${version}.tar.gz"
checksum=8914e66d27d53b9d4afade2c815ed67bcae715c205fd41904b038104c4c6bc5b
pre_build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${version}
}
post_install() {
vlicense LICENSE
}