20 lines
718 B
Bash
20 lines
718 B
Bash
# Template file for 'python3-sphinx-copybutton'
|
|
pkgname=python3-sphinx-copybutton
|
|
version=0.5.2
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Sphinx"
|
|
short_desc="Add a copy button to code blocks in Sphinx"
|
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
|
|
changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
|
|
checksum=4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd
|
|
make_check=no # package provides no tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|