aboutsummaryrefslogtreecommitdiff
path: root/mednafen/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-23 06:49:11 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-23 06:49:11 +0000
commitc5125812150d0f97b4d44a27c496ed64c4935ccb (patch)
treecab1819aea4b747a89d64550770d3331bd29b683 /mednafen/abuild
parentedd9a087b8bc2d17e4a7cd3483f6fbbc1c4c8c88 (diff)
downloadalicelinux-c5125812150d0f97b4d44a27c496ed64c4935ccb.tar.gz
alicelinux-c5125812150d0f97b4d44a27c496ed64c4935ccb.zip
Woodpecker CI 757b50d5141bf946d0d459f3afbaa033552f307b [SKIP CI]
Diffstat (limited to 'mednafen/abuild')
-rw-r--r--mednafen/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/mednafen/abuild b/mednafen/abuild
new file mode 100644
index 00000000..4be511fd
--- /dev/null
+++ b/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
+}