pantry/projects/freedesktop.org/p11-kit/package.yml
Max Howell 92a80c7ea0
Fix p11-kit provides
Copy pasta :/
2023-03-03 07:23:32 -07:00

30 lines
644 B
YAML

distributable:
url: https://github.com/p11-glue/p11-kit/releases/download/{{ version }}/p11-kit-{{ version }}.tar.xz
strip-components: 1
versions:
github: p11-glue/p11-kit
strip: / \(stable\)$/
provides:
- bin/p11-kit
- bin/trust
dependencies:
sourceware.org/libffi: ^3
curl.se/ca-certs: '*'
gnu.org/gettext: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/libtasn1: ^4
freedesktop.org/pkg-config: '*'
script: |-
./configure --prefix={{prefix}} --with-trust-paths={{deps.curl.se/ca-certs}}/ssl
make -j {{ hw.concurrency }} install
test:
script: p11-kit list-modules