forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ell.yaml
54 lines (45 loc) · 1.04 KB
/
ell.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
# Generated from https://git.alpinelinux.org/aports/plain/main/ell/APKBUILD
package:
name: ell
version: "0.57"
epoch: 1
description: Linux library for embedded development
copyright:
- license: LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- glib-dev
- linux-headers
- openssf-compiler-options
pipeline:
- uses: fetch
with:
expected-sha256: a127bbb053c5b8b53e43129663dd177632fbfcd1053dab6be2f697f74250e6dc
uri: https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--enable-glib
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: ell-dbg
pipeline:
- uses: split/debug
- name: ell-dev
pipeline:
- uses: split/dev
description: ell dev
test:
pipeline:
- uses: test/pkgconf
update:
release-monitor:
identifier: 17781