split xmake module in its own file
All checks were successful
Linux arm64 / Build (push) Successful in 2m15s
All checks were successful
Linux arm64 / Build (push) Successful in 2m15s
This commit is contained in:
12
flatpak/xmake.yml
Normal file
12
flatpak/xmake.yml
Normal 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
|
||||
Reference in New Issue
Block a user