summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy59952021-11-18 00:32:34 -0600
committerandy59952021-11-18 00:32:34 -0600
commite71afe070d7df813a0561540f57265ee3594cf28 (patch)
tree3d253e37678609422d72adc3ca082189d9ffcd6d
parent1c8f5cc25f1de96cdcb1732bc3a5c8a592307745 (diff)
downloadaur-e71afe070d7df813a0561540f57265ee3594cf28.tar.gz
correct license info
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c434a37792f1..606d8884c714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = 0ad-boongui
pkgrel = 1
url = https://github.com/LangLangBart/boonGUI
arch = any
- license = GPL2
+ license = MIT,
+ license = CCPL
makedepends = unzip
noextract = attachment.php?id=58107&key=24460c0ed73c061552e2f5af99777e5b
source = https://wildfiregames.com/forum/applications/core/interface/file/attachment.php?id=58107&key=24460c0ed73c061552e2f5af99777e5b
diff --git a/PKGBUILD b/PKGBUILD
index ffb13a7016f8..70969451b6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="User interface mod for the RTS game 0 A.D."
arch=('any')
url="https://github.com/LangLangBart/boonGUI"
-license=('GPL2')
+license=('MIT', 'CCPL')
makedepends=('unzip')
#depends=('0ad')
source=("https://wildfiregames.com/forum/applications/core/interface/file/attachment.php?id=58107&key=24460c0ed73c061552e2f5af99777e5b")
@@ -17,6 +17,8 @@ sha256sums=('656affe62e7f32a64ff469301bc9386b40dd0e27a468d82bd3c61bdf9a4d0062')
package() {
cd "${srcdir}"
mv "${source[@]##*/}" "${_modname}.zip"
+ # unzip "${_modname}.zip" ARTWORK_and_LICENSE.txt // Next release of boongui will include this file
+ # install -Dm644 ARTWORK_and_LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "${_modname}.zip" -t "${pkgdir}/usr/share/0ad/data/mods/${_modname}"
cd "${pkgdir}/usr/share/0ad/data/mods/${_modname}"
unzip "${_modname}.zip" mod.json