receipt
# SliTaz package receipt v2.
ORIGIN="Pygments"
PACKAGE="python-pygments"
VERSION="2.2.0"
CATEGORY="development"
SHORT_DESC="Generic syntax highlighter"
MAINTAINER="[email protected]"
LICENSE="BSD"
WEB_SITE="https://pypi.org/project/$ORIGIN/"
HOST_ARCH="any"
REPOLOGY="python:pygments"
BUILD_DEPENDS="python python3"
SPLIT="${PACKAGE/python/python3}:3"
compile_rules() {
pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
}
genpkg_rules() {
copy @std
py="${PACKAGE%%-*}" # python/python3
DEPENDS="$py"
}