void-packages/srcpkgs/scons/template

22 lines
701 B
Bash

# Template file for 'scons'
pkgname=scons
version=3.0.2
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="d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01
159d5c59118f24519f12d39a129ee0dba4a601f8a41b8de324d399005aba6eb6"
post_install() {
vlicense ../LICENSE.txt
}