20 lines
549 B
Bash
20 lines
549 B
Bash
# Template file for 'scons'
|
|
pkgname=scons
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python"
|
|
depends="python"
|
|
noarch="yes"
|
|
pycompile_module="SCons"
|
|
make_install_args="--standard-lib --install-data=/usr/share"
|
|
short_desc="A software construction tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.scons.org/"
|
|
license="MIT"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=1892f472934f1f5947d0e4c5d01e3b992641425553faab4062ddb8e3504c1fb2
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|