-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathbmake.yaml
48 lines (42 loc) · 944 Bytes
/
bmake.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package:
name: bmake
version: "20250308"
epoch: 0
description: Portable version of the NetBSD make build tool
copyright:
- license: BSD-2-Clause
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- tzdata
pipeline:
- uses: fetch
with:
expected-sha256: 2388d9fb186576633aa725ff163552a5dba7a6a375a8cb9a9014ab57ee7d99a2
uri: https://www.crufty.net/ftp/pub/sjg/bmake-${{package.version}}.tar.gz
strip-components: 0
- runs: |
./bmake/boot-strap \
--prefix=/usr \
--install-destdir=${{targets.destdir}} \
--install
subpackages:
- name: bmake-doc
pipeline:
- uses: split/manpages
description: bmake manpages
test:
pipeline:
- uses: test/docs
update:
enabled: true
release-monitor:
identifier: 208
test:
pipeline:
# AUTOGENERATED
- runs: |
bmake --version