mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
7ad31f62b1
commit
2860174c27
|
@ -19,9 +19,10 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
script: |-
|
python.org: 3
|
||||||
./configure --prefix={{prefix}} --with-trust-paths={{deps.curl.se/ca-certs}}/ssl
|
script:
|
||||||
make -j {{ hw.concurrency }} install
|
- ./configure --prefix={{prefix}} --with-trust-paths={{deps.curl.se/ca-certs}}/ssl
|
||||||
|
- make -j {{ hw.concurrency }} install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: p11-kit list-modules
|
script: p11-kit list-modules
|
||||||
|
|
Loading…
Reference in a new issue