diff --git a/ell.yaml b/ell.yaml new file mode 100644 index 00000000000..81706d9de61 --- /dev/null +++ b/ell.yaml @@ -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 diff --git a/libical.yaml b/libical.yaml new file mode 100644 index 00000000000..991cadbda78 --- /dev/null +++ b/libical.yaml @@ -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 diff --git a/packages.txt b/packages.txt index 9ae8a3a291e..4df7d0b784a 100644 --- a/packages.txt +++ b/packages.txt @@ -872,3 +872,5 @@ jwt-tool libatomic_ops soxr libasyncns +libical +ell