scons: use license in tarball
This commit is contained in:
parent
7f3f15c755
commit
4fa17f3579
|
@ -1,9 +1,7 @@
|
|||
# Template file for 'scons'
|
||||
pkgname=scons
|
||||
version=3.1.2
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="scons-${version}"
|
||||
revision=3
|
||||
build_style=python2-module
|
||||
make_install_args="--standard-lib --install-data=/usr/share"
|
||||
hostmakedepends="python python-setuptools"
|
||||
|
@ -12,12 +10,10 @@ 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/${version}/LICENSE>LICENSE.txt"
|
||||
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
|
||||
72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb"
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE.txt
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue