opt/scons/Pkgfile
2020-07-18 14:13:32 +10:00

18 lines
429 B
Plaintext

# Description: Software construction tool.
# URL: https://www.scons.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=scons
version=4.0.1
release=1
source=(https://github.com/SCons/scons/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1 \
--install-data=/usr/share
}