diff --git a/libasyncns.yaml b/libasyncns.yaml new file mode 100644 index 00000000000..11ea8b949a9 --- /dev/null +++ b/libasyncns.yaml @@ -0,0 +1,49 @@ +# Generated from https://git.alpinelinux.org/aports/plain/community/libasyncns/APKBUILD +package: + name: libasyncns + version: "0.8" + epoch: 0 + description: Asynchronous Name Service Library + copyright: + - license: LGPL-2.0-or-later + +environment: + contents: + packages: + - busybox + - ca-certificates-bundle + - build-base + - automake + - autoconf + +pipeline: + - uses: fetch + with: + expected-sha256: 4f1a66e746cbe54ff3c2fbada5843df4fbbbe7481d80be003e8d11161935ab74 + uri: https://dev.alpinelinux.org/archive/libasyncns-${{package.version}}.tar.gz + + - uses: autoconf/configure + + - uses: autoconf/make + + - uses: autoconf/make-install + + - uses: strip + +subpackages: + - name: libasyncns-dev + pipeline: + - uses: split/dev + dependencies: + runtime: + - libasyncns + description: libasyncns dev + + - name: libasyncns-doc + pipeline: + - uses: split/manpages + description: libasyncns manpages + +update: + release-monitor: + identifier: 14598