mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Create package.yml
This commit is contained in:
parent
86d7415c77
commit
dae7efc253
1 changed files with 18 additions and 0 deletions
18
projects/github.com/postmodern/chruby/package.yml
Normal file
18
projects/github.com/postmodern/chruby/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/postmodern/chruby/releases/download/v{{version}}/chruby-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: postmodern/chruby
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
script:
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/chruby-exec
|
||||||
|
test:
|
||||||
|
chruby-exec --version | grep {{version}}
|
Loading…
Reference in a new issue