# Template file for 'scons'
pkgname=scons
version=4.10.1
revision=2
build_style="python3-module"
make_install_args="--install-data=/usr/share/man/man1/"
hostmakedepends="python3 python3-setuptools"
depends="python3"
short_desc="Software construction tool"
maintainer="Wilson Birney <wpb@360scada.com>"
license="MIT"
homepage="https://www.scons.org/"
distfiles="${SOURCEFORGE_SITE}/scons/${version}/SCons-${version}.tar.gz"
checksum=99c0e94a42a2c1182fa6859b0be697953db07ba936ecc9817ae0d218ced20b15
make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev

post_install() {
	vlicense LICENSE
}
