forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabextract.yaml
50 lines (42 loc) · 1014 Bytes
/
cabextract.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
package:
name: cabextract
version: 1.11
epoch: 1
description: "Tool for extracting Microsoft cabinet files"
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- libmspack-dev
- openssf-compiler-options
pipeline:
- uses: fetch
with:
uri: https://www.cabextract.org.uk/cabextract-${{package.version}}.tar.gz
expected-sha256: b5546db1155e4c718ff3d4b278573604f30dd64c3c5bfd4657cd089b823a3ac6
- name: Configure
runs: |
./configure \
--host=${{host.triplet.gnu}} \
--target=${{host.triplet.gnu}} \
--prefix=/usr \
--datadir=/usr/share \
--with-external-libmspack
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
update:
enabled: true
github:
identifier: kyz/libmspack
strip-prefix: v
use-tag: true
test:
pipeline:
# AUTOGENERATED
- runs: |
cabextract --version