summaryrefslogtreecommitdiff
path: root/python3-pygments/Pkgfile
blob: 509c359597c32ec17f09c5ce26b78bf1533a01b2 (plain)
    1 # Description: Python syntax highlighter
    2 # URL: http://pygments.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-pygments
    7 version=2.6.1
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-$version.tar.gz)
   10 
   11 build() {
   12 	cd Pygments-$version
   13 
   14 	/usr/bin/python3 setup.py build
   15 	/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
   16 }

Generated by cgit