mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+jetporch.com (#3583)
* +github/jetporch/jetporch * try fixing pkg-config dependency of openssl * fixing libz dependency * fixing libz dependency * fixing zlib dependency (typo in previous commit) * fixing dependencies versions * fixing dependencies versions * try with static linking of openssl and zlib * wip * wip * github/jetporch/jetporch -> jetporch.com * use ^major * reuse static linking * clean old stuff
This commit is contained in:
parent
ec3bc6099a
commit
6b3e059562
1 changed files with 28 additions and 0 deletions
28
projects/jetporch.com/package.yml
Normal file
28
projects/jetporch.com/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
distributable:
|
||||
url: https://github.com/jetporch/jetporch/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: jetporch/jetporch
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
openssl.org: '*'
|
||||
zlib.net: '*'
|
||||
rust-lang.org: '>=1.70'
|
||||
rust-lang.org/cargo: '*'
|
||||
env:
|
||||
OPENSSL_STATIC: 1
|
||||
ZLIB_STATIC: 1
|
||||
script:
|
||||
- sh version.sh
|
||||
- cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/jetp
|
||||
|
||||
test:
|
||||
script:
|
||||
- jetp --version
|
Loading…
Reference in a new issue