mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
github.com/Carthage/Carthage
This commit is contained in:
parent
ba3da8e247
commit
6b1545c843
15
projects/github.com/Carthage/Carthage/package.yml
vendored
Normal file
15
projects/github.com/Carthage/Carthage/package.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
distributable:
|
||||
url: https://github.com/Carthage/Carthage/archive/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
versions:
|
||||
github: Carthage/Carthage
|
||||
platforms:
|
||||
- darwin
|
||||
build:
|
||||
script:
|
||||
- make prefix_install PREFIX={{prefix}}
|
||||
provides:
|
||||
- bin/carthage
|
||||
test:
|
||||
script:
|
||||
- carthage version | grep {{version}}
|
Loading…
Reference in a new issue