mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
# description : Python syntax highlighter
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-pygments
|
|
version=2.13.0
|
|
release=1
|
|
source="https://pypi.org/packages/source/P/Pygments/Pygments-$version.tar.gz"
|
|
|
|
build() {
|
|
cd Pygments-$version
|
|
python3 setup.py install --root="$PKG" -O1
|
|
}
|