13 lines
295 B
YAML
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
|