summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgergo2022-10-12 16:07:40 +0200
committergergo2022-10-12 16:07:40 +0200
commitd9a098b33376e63068f2bbe90a672da4c5a97f9f (patch)
treef84c3e8acfb92f498fbf8c842f1ccc97c075e006
downloadaur-d9a098b33376e63068f2bbe90a672da4c5a97f9f.tar.gz
initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
-rw-r--r--nsmb-icon.pngbin0 -> 367 bytes
-rw-r--r--nsmb-mvl.desktop8
4 files changed, 46 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ee330b03bf6e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = nsmb-mvl-bin
+ pkgdesc = A unity-standalone 2-10 player remake of the Mario vs. Luigi gamemode from the New Super Mario Bros DS download game.
+ pkgver = 1.7.1.0_beta
+ pkgrel = 1
+ url = https://github.com/ipodtouch0218/NSMB-MarioVsLuigi
+ arch = x86_64
+ license = unknown
+ source = nsmb-mvl-bin-1.7.1.0_beta.zip::https://github.com/ipodtouch0218/NSMB-MarioVsLuigi/releases/download/v1.7.1.0-beta/MarioVsLuigi-Linux-v1.7.1.0-beta.zip
+ source = nsmb-icon.png
+ source = nsmb-mvl.desktop
+ sha256sums = adbf6f677c3805fcf282c74e08f2d55fced3e6d05793a030f9b6bd235d9f8704
+ sha256sums = 2085c03847bfb79b4e46b19e18d0d30087d5b40225827b723b6621a1c8c7df5c
+ sha256sums = 49eb837a0bd5fe37767e0e678c78e9fce52466ef541bc28917b7b13004a774a5
+
+pkgname = nsmb-mvl-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ca60858fbef9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: grgergo
+pkgname=nsmb-mvl-bin
+pkgver=1.7.1.0_beta
+pkgrel=1
+pkgdesc="A unity-standalone 2-10 player remake of the Mario vs. Luigi gamemode from the New Super Mario Bros DS download game."
+arch=(x86_64)
+url="https://github.com/ipodtouch0218/NSMB-MarioVsLuigi"
+license=('unknown')
+source=("$pkgname-$pkgver.zip::https://github.com/ipodtouch0218/NSMB-MarioVsLuigi/releases/download/v1.7.1.0-beta/MarioVsLuigi-Linux-v1.7.1.0-beta.zip"
+ "nsmb-icon.png"
+ "nsmb-mvl.desktop")
+sha256sums=(adbf6f677c3805fcf282c74e08f2d55fced3e6d05793a030f9b6bd235d9f8704
+ 2085c03847bfb79b4e46b19e18d0d30087d5b40225827b723b6621a1c8c7df5c
+ 49eb837a0bd5fe37767e0e678c78e9fce52466ef541bc28917b7b13004a774a5)
+
+package() {
+ cd "MarioVsLuigi-Linux"
+ mkdir -p $pkgdir/opt/nsmb-mvl
+ mkdir -p $pkgdir/usr/share/applications
+ cp -r * $pkgdir/opt/nsmb-mvl
+ cp -r nsmb-mvl.desktop $pkgdir/usr/share/applications
+}
+
diff --git a/nsmb-icon.png b/nsmb-icon.png
new file mode 100644
index 000000000000..53d4fa969e12
--- /dev/null
+++ b/nsmb-icon.png
Binary files differ
diff --git a/nsmb-mvl.desktop b/nsmb-mvl.desktop
new file mode 100644
index 000000000000..880b994aa738
--- /dev/null
+++ b/nsmb-mvl.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Terminal=false
+Exec=/opt/nsmb-mvl/linux.x86_64
+Name=New Super Mario Bros. - Versus
+Icon=/opt/nsmb-mvl/nsmb_icon.png