mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-07 01:40:35 +00:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
# description : Python syntax highlighter
|
|
# depends : python3
|
|
|
|
name=python3-pygments
|
|
version=2.2.0
|
|
release=1
|
|
source=(https://pypi.org/packages/source/P/Pygments/Pygments-$version.tar.gz)
|
|
md5sum=(13037baca42f16917cbd5ad2fab50844)
|
|
|
|
build() {
|
|
cd Pygments-$version
|
|
python3 setup.py install --root="$PKG" -O1
|
|
}
|