aboutsummaryrefslogtreecommitdiff
path: root/repos/community/mednafen/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/community/mednafen/abuild')
-rw-r--r--repos/community/mednafen/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/community/mednafen/abuild b/repos/community/mednafen/abuild
new file mode 100644
index 00000000..4be511fd
--- /dev/null
+++ b/repos/community/mednafen/abuild
@@ -0,0 +1,10 @@
+name=mednafen
+version=1.32.1
+release=1
+source=https://mednafen.github.io/releases/files/$name-$version.tar.xz
+
+build() {
+ ./configure --prefix=/usr
+ make
+ make install DESTDIR=$PKG
+}