23 lines
707 B
Bash
23 lines
707 B
Bash
# Template file for 'scons'
|
|
pkgname=scons
|
|
version=3.1.1
|
|
revision=1
|
|
build_style=python2-module
|
|
make_install_args="--standard-lib --install-data=/usr/share"
|
|
pycompile_module="SCons"
|
|
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
|
|
https://raw.githubusercontent.com/SCons/scons/master/LICENSE>LICENSE.txt"
|
|
checksum="4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
|
|
72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6"
|
|
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.txt
|
|
}
|