-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibdeflate.yaml
50 lines (41 loc) · 1016 Bytes
/
libdeflate.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
# Generated from https://git.alpinelinux.org/aports/plain/community/libdeflate/APKBUILD
package:
name: libdeflate
version: "1.19"
epoch: 0
description: Library for fast, whole-buffer DEFLATE-based compression and decompression
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- cmake
- samurai
pipeline:
- uses: git-checkout
with:
expected-commit: dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f
repository: https://github.com/ebiggers/libdeflate
tag: v${{package.version}}
- uses: cmake/configure
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: libdeflate-static
pipeline:
- uses: split/static
description: libdeflate static
- name: libdeflate-dev
pipeline:
- uses: split/dev
description: libdeflate dev
update:
github:
identifier: ebiggers/libdeflate
strip-prefix: v