We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7855791 + 0949563 commit 35dc43bCopy full SHA for 35dc43b
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: tar.gz:psktwwt4e3h42cbiqlr7hywnbd7orbek
8
+ url: https://github.com/martine/ninja/archive/v1.5.3.tar.gz
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