vp-build/srcpkgs/scons/template

21 lines
550 B
Bash

# Template file for 'scons'
pkgname=scons
version=2.5.1
revision=1
build_style=python2-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=0b25218ae7b46a967db42f2a53721645b3d42874a65f9552ad16ce26d30f51f2
post_install() {
vlicense LICENSE.txt
}