Skip to content

Commit 50e27ce

Browse files
committed
Add Ninja
1 parent 7855791 commit 50e27ce

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pkgs/ninja.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)