diff options
| author | 0x221E <0x221E@0xinfinity.dev> | 2026-06-02 15:36:20 +0200 |
|---|---|---|
| committer | 0x221E <0x221E@0xinfinity.dev> | 2026-06-02 15:38:37 +0200 |
| commit | 51179eb02f2b2c4cf1c4ae31eee0a57dcbc78c03 (patch) | |
| tree | 7c86b41f63cad2038d298ec4d7188f16dd8f5fe3 /templates/ninja | |
| download | bootstrap-master.tar.gz | |
Diffstat (limited to 'templates/ninja')
| -rw-r--r-- | templates/ninja/template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/ninja/template b/templates/ninja/template new file mode 100644 index 0000000..7259d33 --- /dev/null +++ b/templates/ninja/template @@ -0,0 +1,11 @@ +pkgname=ninja +version=1.13.2 +upstream="https://github.com/ninja-build/ninja/archive/refs/tags/v${version}.tar.gz" + +function do_configure { + ./configure.py --bootstrap +} + +function do_install { + cp ninja "${MATERDIR}/usr/bin/meson" +} |
