Skip to content

Commit feb3603

Browse files
Add Box64 0.3.6
1 parent db38c33 commit feb3603

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

packages/box64-0.3.2/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PKG_VER=0.3.2
22
PKG_CATEGORY="Box64"
33
PKG_PRETTY_NAME="Box64"
4+
PKG_OPTIONAL=1
45

56
GIT_URL=https://github.com/ptitSeb/box64
67
GIT_COMMIT=769c6c8f6139c20099f8569582c4f5854c6d13e6

packages/box64-0.3.6/build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
PKG_VER=0.3.6
2+
PKG_CATEGORY="Box64"
3+
PKG_PRETTY_NAME="Box64"
4+
5+
GIT_URL=https://github.com/ptitSeb/box64
6+
GIT_COMMIT=03d220b1d297a9e5be81760833b014edf9dfe7ab
7+
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo -DANDROID=1 -DBAD_SIGNAL=1 -DARM_DYNAREC=1"
8+
BLACKLIST_ARCH=x86_64
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mkdir -p $DESTDIR/$PREFIX/bin
2+
mkdir -p $DESTDIR/$PREFIX/etc
3+
4+
cp box64 $DESTDIR/$PREFIX/bin
5+
cp ../system/box64.box64rc $DESTDIR/$PREFIX/etc

packages/index

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ gst-plugins-bad
7676
box64-0.3.2
7777
box64-0.3.3-8bb53e1
7878
box64-0.3.4
79+
box64-0.3.6
7980
wine
8081
libandroid-wordexp
8182
mangohud

0 commit comments

Comments
 (0)