xpack install #7

Open
Persson-dev wants to merge 12 commits from xpack into main
2 changed files with 13 additions and 12 deletions
Showing only changes of commit 792bf73e79 - Show all commits

View File

@@ -9,18 +9,7 @@ finish-args:
- --device=dri
modules:
- name: xmake
buildsystem: simple
no-autogen: true
cleanup: ['*']
build-commands:
- ./configure --prefix=/app
- make -j $(FLATPAK_BUILDER_N_JOBS)
- prefix=/app ./scripts/get.sh __local__ __install_only__
sources:
- type: git
url: https://github.com/xmake-io/xmake.git
tag: v3.0.1
- xmake.yml
- name: jminos
buildsystem: simple

12
flatpak/xmake.yml Normal file
View File

@@ -0,0 +1,12 @@
name: xmake
buildsystem: simple
no-autogen: true
cleanup: ['*']
build-commands:
- ./configure --prefix=/app
- make -j $(FLATPAK_BUILDER_N_JOBS)
- prefix=/app ./scripts/get.sh __local__ __install_only__
sources:
- type: git
url: https://github.com/xmake-io/xmake.git
tag: v3.0.1