summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Flament2017-03-06 23:43:17 +0100
committerDamien Flament2017-03-06 23:43:17 +0100
commiteb750d3c1320e5885cb6563da84da279d7825e8e (patch)
treeeb4852eca4939e07c50b981fa1ced299634b9d1e /PKGBUILD
parent01216c998be902a53e7f0efce5cf35a98a993ca3 (diff)
downloadaur-eb750d3c1320e5885cb6563da84da279d7825e8e.tar.gz
The VoxelShop author confirmed that it is under Apache licensing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cb9e9b7e03e..4782870959d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.8.02
pkgrel=1
pkgdesc='VoxelShop is an extremely intuitive and powerful cross-platform software to modify and create voxel objects was designed from the ground up in close collaboration with artists.'
url=http://blackflux.com/node/11
-license=('custom')
+license=('Apache')
groups=()
depends=('java-runtime-common')
makedepends=()
@@ -38,7 +38,4 @@ package() {
cd "${srcdir}/${_pkgname_upper}"
install -Dt "${pkgdir}/opt/${pkgname}" start-linux.sh
cp -R data "${pkgdir}/opt/${pkgname}"
-
- # Install the license file
- install -D License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}