split xmake module in its own file
All checks were successful
Linux arm64 / Build (push) Successful in 2m15s

This commit is contained in:
2025-07-25 10:50:38 +02:00
parent c9d5cc35ff
commit 792bf73e79
2 changed files with 13 additions and 12 deletions

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