makedeb
The Legend of Zelda: Mystery of Solarus DX - A free 2D Zelda fangame
Click here to go back to the commit logs for zsdx.
Hash: 2ed4b2ffd6996b325f05434e07d4a7a3db975b41
Message: Initial mpr release
diff --git a/.SRCINFO b/.SRCINFO
index 7690f49..65be481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-pkgbase = zsdx
- pkgdesc = The Legend of Zelda: Mystery of Solarus DX - A free 2D Zelda fangame
- pkgver = 1.12.3
- pkgrel = 1
- url = https://www.solarus-games.org/fr/games/the-legend-of-zelda-mystery-of-solarus-dx
- arch = any
- license = custom
- makedepends = cmake
- depends = solarus>=1.6.0
- source = https://gitlab.com/solarus-games/zsdx/-/archive/v1.12.3/zsdx-v1.12.3.tar.gz
- md5sums = fb6de53da0a3088a6692c7dfafb580f1
-
+generated-by = makedeb
pkgname = zsdx
-
+pkgbase = zsdx
+pkgdesc = The Legend of Zelda: Mystery of Solarus DX - A free 2D Zelda fangame
+pkgrel = 0
+pkgver = 1.12.3
+url = https://www.solarus-games.org/en/games/the-legend-of-zelda-mystery-of-solarus-dx
+arch = all
+depends = solarus>=1.6.0
+license = custom
+makedepends = cmake
+source = https://gitlab.com/solarus-games/zsdx/-/archive/v1.12.3/zsdx-v1.12.3.tar.gz
+b2sums = bc4d72f96b4a77daf72caea12526512565598700c704094b704d7b4713083bc4559e2019e426504f3631b6936b5b87c27ce37f6827a2700ca0a4e4448447ff02
+makedepends = cmake
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d53cbf4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg
+src
+zsdx*
diff --git a/PKGBUILD b/PKGBUILD
index db631d7..d773de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,20 @@
-# Maintainer: MCMic <come@chilliet.eu>
-# Contributor: MCMic <come@chilliet.eu>
-# Contributor: Sam101 <zoetrem @t gmail dot com>
-# Contributor: BenObiWan <benobiwan @t gmail dot com>
-# Contributor: Huulivoide
+# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
+# Contributor: MCMic (AUR) <come@chilliet.eu>
+# Contributor: Sam101 (AUR) <zoetrem @t gmail dot com>
+# Contributor: BenObiWan (AUR) <benobiwan @t gmail dot com>
+# Contributor: Huulivoide (AUR)
pkgname=zsdx
pkgver=1.12.3
-pkgrel=1
-epoch=
+pkgrel=0
pkgdesc="The Legend of Zelda: Mystery of Solarus DX - A free 2D Zelda fangame"
-arch=('any')
-url="https://www.solarus-games.org/fr/games/the-legend-of-zelda-mystery-of-solarus-dx"
+arch=('all')
+url="https://www.solarus-games.org/en/games/the-legend-of-zelda-mystery-of-solarus-dx"
license=('custom')
-groups=()
depends=('solarus>=1.6.0')
makedepends=('cmake')
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("https://gitlab.com/solarus-games/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-noextract=()
-md5sums=('fb6de53da0a3088a6692c7dfafb580f1')
+b2sums=('bc4d72f96b4a77daf72caea12526512565598700c704094b704d7b4713083bc4559e2019e426504f3631b6936b5b87c27ce37f6827a2700ca0a4e4448447ff02')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"
@@ -38,4 +26,3 @@ package() {
cd "${srcdir}/${pkgname}-v${pkgver}"
make DESTDIR="${pkgdir}/" PREFIX="/usr" install
}
-