summaryrefslogtreecommitdiff
path: root/scons/Pkgfile
blob: 551dd1a08aeda800616344c66a0e141508e76a6b (plain)
    1 # Description: Software construction tool.
    2 # URL: https://www.scons.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools
    5 
    6 name=scons
    7 version=4.0.1
    8 release=1
    9 source=(https://github.com/SCons/scons/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	/usr/bin/python3 setup.py build
   15 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1 \
   16 		--install-data=/usr/share
   17 }

Generated by cgit