Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions ell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/ell/APKBUILD
package:
name: ell
version: "0.57"
epoch: 0
description: Linux library for embedded development
copyright:
- license: LGPL-2.1-or-later

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- glib-dev
- linux-headers

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

update:
release-monitor:
identifier: 17781
55 changes: 55 additions & 0 deletions libical.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/libical/APKBUILD
package:
name: libical
version: 3.0.16
epoch: 0
description: Reference implementation of the iCalendar format
copyright:
- license: LGPL-2.1-only OR MPL-2.0

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- perl
- cmake
- vala
- glib-dev
- icu-dev
- samurai
- libxml2-dev
- gobject-introspection-dev

pipeline:
- uses: fetch
with:
expected-sha256: b44705dd71ca4538c86fb16248483ab4b48978524fb1da5097bd76aa2e0f0c33
uri: https://github.com/libical/libical/releases/download/v${{package.version}}/libical-${{package.version}}.tar.gz

- uses: cmake/configure
with:
opts: |
-DSHARED_ONLY=true \
-DENABLE_GTK_DOC=false \
-DGOBJECT_INTROSPECTION=true \
-DICAL_GLIB_VAPI=true

- uses: cmake/build

- uses: cmake/install

- uses: strip

subpackages:
- name: libical-dev
pipeline:
- uses: split/dev
description: libical dev

update:
release-monitor:
identifier: 1637
2 changes: 2 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -872,3 +872,5 @@ jwt-tool
libatomic_ops
soxr
libasyncns
libical
ell