Skip to content
Merged
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
57 changes: 57 additions & 0 deletions softhsm.yaml
Original file line number Diff line number Diff line change
@@ -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