mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+curl.se (#60)
This commit is contained in:
parent
80a2c405a9
commit
2ea19001cf
1 changed files with 24 additions and 0 deletions
24
projects/curl.se/package.yml
Normal file
24
projects/curl.se/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
distributable:
|
||||
url: https://curl.se/download/curl-{{ version }}.tar.bz2
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: curl/curl
|
||||
strip: /^curl /
|
||||
|
||||
dependencies:
|
||||
openssl.org: ^1.1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
./configure --prefix={{prefix}} --with-openssl
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
test:
|
||||
make test
|
||||
|
||||
test:
|
||||
script: |
|
||||
curl -i tea.xyz
|
Loading…
Reference in a new issue