Files
jminos/flatpak/xmake.yml
Persson-dev 792bf73e79
All checks were successful
Linux arm64 / Build (push) Successful in 2m15s
split xmake module in its own file
2025-07-25 10:50:38 +02:00

13 lines
295 B
YAML

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