forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fastjar.yaml
57 lines (46 loc) · 1.19 KB
/
fastjar.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
49
50
51
52
53
54
55
56
57
package:
name: fastjar
version: 0.98
epoch: 2
description: "fast implementation of Java Archiver"
copyright:
- license: "GPL-2.0-or-later"
environment:
contents:
packages:
- build-base
- openssf-compiler-options
- wolfi-base
- zlib-dev
pipeline:
- uses: fetch
with:
uri: https://download.savannah.nongnu.org/releases/fastjar/fastjar-${{package.version}}.tar.gz
expected-sha512: c0f9fca7b58d6acd00b90a5184dbde9ba3ffc5bf4d69512743e450649a272baf1f6af98b15d79d2b53990eaf84ef402c986035e6b615a19e35ed424348143903
- uses: patch
with:
patches: 0001-Properly-zero-terminate-filename.patch
- uses: patch
with:
patches: 0002-Fix-write-return-value-check.patch
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "fastjar-doc"
description: "fast implementation of Java Archiver (documentation)"
pipeline:
- uses: split/manpages
update:
enabled: true
release-monitor:
identifier: 14692
test:
pipeline:
# AUTOGENERATED
- runs: |
fastjar --version
grepjar --version
fastjar --help
grepjar --help