mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+rubygems.org/gist
This commit is contained in:
parent
93bcb65718
commit
d3d04fcee7
22
projects/rubygems.org/gist/package.yml
Normal file
22
projects/rubygems.org/gist/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/defunkt/gist/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/gist
|
||||
|
||||
versions:
|
||||
github: defunkt/gist/tags
|
||||
strip: /v/
|
||||
|
||||
dependencies:
|
||||
ruby-lang.org: ^3
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rubygems.org: '*'
|
||||
script:
|
||||
rake install prefix={{prefix}}
|
||||
|
||||
test:
|
||||
gist --help
|
Loading…
Reference in a new issue