20 lines
501 B
Bash
20 lines
501 B
Bash
# Template file for 'scons'
|
|
pkgname=scons
|
|
version=4.0.1
|
|
revision=3
|
|
wrksrc="SCons-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3"
|
|
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=722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|