contrib/python3-pygments/Pkgfile

17 lines
423 B
Plaintext
Raw Normal View History

2019-11-18 22:50:37 +01:00
# Description: Python syntax highlighter
# URL: http://pygments.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=python3-pygments
2020-03-12 14:33:56 +01:00
version=2.6.1
2019-11-18 22:50:37 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-$version.tar.gz)
build() {
cd Pygments-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
}