diff --git a/softhsm.yaml b/softhsm.yaml new file mode 100644 index 00000000000..cfb4220a87b --- /dev/null +++ b/softhsm.yaml @@ -0,0 +1,57 @@ +# Generated from https://git.alpinelinux.org/aports/plain/main/softhsm/APKBUILD +package: + name: softhsm + version: 2.6.1 + epoch: 0 + description: 'cryptographic store accessible through a PKCS #11' + copyright: + - license: BSD-2-Clause + +environment: + contents: + packages: + - busybox + - ca-certificates-bundle + - build-base + - automake + - autoconf + - botan-dev + - botan + - libtool + - p11-kit-dev + - sqlite-dev + - sqlite + - openssl-dev + +pipeline: + - uses: fetch + with: + expected-sha256: 61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2 + uri: https://dist.opendnssec.org/source/softhsm-${{package.version}}.tar.gz + + - uses: autoconf/configure + with: + opts: | + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-crypto-backend=openssl \ + --with-sqlite3=/usr \ + --with-objectstore-backend-db + + - uses: autoconf/make + + - uses: autoconf/make-install + + - uses: strip + +subpackages: + - name: softhsm-doc + pipeline: + - uses: split/manpages + description: softhsm manpages + +update: + enabled: true + release-monitor: + identifier: 4850