void-packages/srcpkgs/scons/template
2016-04-21 14:04:43 +02:00

20 lines
549 B
Bash

# Template file for 'scons'
pkgname=scons
version=2.5.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=eb296b47f23c20aec7d87d35cfa386d3508e01d1caa3040ea6f5bbab2292ace9
post_install() {
vlicense LICENSE.txt
}