diff --git a/flatpak/org.zulianc.jminos.yml b/flatpak/org.zulianc.jminos.yml index ec07409..caad499 100644 --- a/flatpak/org.zulianc.jminos.yml +++ b/flatpak/org.zulianc.jminos.yml @@ -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 diff --git a/flatpak/xmake.yml b/flatpak/xmake.yml new file mode 100644 index 0000000..b9797cf --- /dev/null +++ b/flatpak/xmake.yml @@ -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