summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorseigneurfuo2018-11-23 23:25:46 +0100
committerseigneurfuo2018-11-23 23:25:46 +0100
commit4d9051190e8e2f6b01b5701ca1d2a4dd5243060f (patch)
treeb75b1e47abe0a770312bc3cb0cd5e3809a20f6da
parent37de68a3be175c1ea3a11efc01a805b027c1cff0 (diff)
downloadaur-4d9051190e8e2f6b01b5701ca1d2a4dd5243060f.tar.gz
Fixing mistakes of the first try
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f13df0fe5c..0653fa9bdd3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 5.1.1
-# Fri Nov 23 21:54:46 UTC 2018
pkgbase = meiji-wa-yuri
pkgdesc = A french visual novel by the Ezo2 community built with Renpy
pkgver = 1.0
@@ -7,6 +5,7 @@ pkgbase = meiji-wa-yuri
url = https://vn.ezo2.eu/meiji_wa_yuri/
arch = any
source = meiji-wa-yuri.zip::https://github.com/shobu13/Meiji/archive/master.zip
+ source = LICENSE.txt::https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt
source = meiji-wa-yuri
source = meiji-wa-yuri.desktop
source = meiji-wa-yuri.png
diff --git a/PKGBUILD b/PKGBUILD
index bef38baff807..3106f71cae5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
pkgname=meiji-wa-yuri
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A french visual novel by the Ezo2 community built with Renpy"
arch=('any')
url='https://vn.ezo2.eu/meiji_wa_yuri/'
-license=('')
-depends=()
-#install="${pkgname}.install"
+license=('CCPL:by-nc-sa')
+depends=(renpy)
source=("meiji-wa-yuri.zip::https://github.com/shobu13/Meiji/archive/master.zip"
+"LICENSE.txt::https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt"
"${pkgname}"
"${pkgname}.desktop"
"${pkgname}.png")
md5sums=('e7b420a9a510231a9aae1a79eb2f7d36'
+ '071086fd72dc543a4a680a747874bd16'
'a2b57af23e353d9e0e4ba0662e7a5354'
'c5092a15acf7c42ab338e5923d61c9c8'
'2f21b1a2f86de673a98f54f1e601a7f5')
@@ -26,12 +27,9 @@ package() {
cd "${srcdir}/Meiji-master/"
install -dm755 "${pkgdir}/usr/share/${pkgname}"
cp -r game "${pkgdir}/usr/share/${pkgname}"
-
- # copy game manual
- # install -D -m644 'Game Manual.pdf' "${pkgdir}/usr/share/doc/${pkgname}/gamemanual.pdf"
-
+
# copy license
- #install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${srcdir}/LICENSE.txt" "${srcdir}/usr/share/licenses/${pkgname}/LICENSE"
# copy bash script
install -D -m755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"