void-packages/srcpkgs/scons/template
2025-04-08 21:50:52 +07:00

19 lines
613 B
Bash

# Template file for 'scons'
pkgname=scons
version=4.9.1
revision=1
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=e2d78aa56e4646e5dbaf50c0758c6d1e4b0418464d8d6d07a09beb6cf257538f
make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev
post_install() {
vlicense LICENSE
}