We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7855791 commit 50e27ceCopy full SHA for 50e27ce
1 file changed
pkgs/ninja.yaml
@@ -0,0 +1,17 @@
1
+extends: [base_package]
2
+
3
+dependencies:
4
+ build: [python]
5
6
+sources:
7
+- key: git:3309498174411e02e7680ea8b470bb7d1d70bdb8
8
+ url: https://github.com/martine/ninja
9
10
+build_stages:
11
+- name: build
12
+ after: prologue
13
+ handler: bash
14
+ bash: |
15
+ ./configure.py --bootstrap
16
+ mkdir -p $ARTIFACT/bin
17
+ cp ninja $ARTIFACT/bin/
0 commit comments