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