void-packages/srcpkgs/scons/template
2019-02-10 04:08:51 -02:00

22 lines
707 B
Bash

# Template file for 'scons'
pkgname=scons
version=3.0.4
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="Juan RP <xtraeme@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="e2b8b36e25492720a05c0f0a92a219b42d11ce0c51e3397a1e8296dfea1d9b1a
159d5c59118f24519f12d39a129ee0dba4a601f8a41b8de324d399005aba6eb6"
post_install() {
vlicense ../LICENSE.txt
}