void-packages/srcpkgs/scons/template
Andrew J. Hesford a2bc9acbea Revert "scons: update to 4.0.1"
scons 4.0.0 drops Python 2 support, which will break some build scripts.

This reverts commit 3ebd068fa5.
2020-10-19 10:09:02 -04:00

20 lines
557 B
Bash

# Template file for 'scons'
pkgname=scons
reverts="4.0.1_1"
version=3.1.2
revision=4
build_style=python2-module
make_install_args="--standard-lib --install-data=/usr/share"
hostmakedepends="python python-setuptools"
depends="python"
short_desc="Software construction tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.scons.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb"
post_install() {
vlicense LICENSE.txt
}