mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/github.com/yonaskolb/Mint/package.yml
This commit is contained in:
parent
95dd48bb28
commit
e2b75d8cec
1 changed files with 22 additions and 0 deletions
22
projects/github.com/yonaskolb/Mint/package.yml
Normal file
22
projects/github.com/yonaskolb/Mint/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/yonaskolb/Mint.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: yonaskolb/Mint
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- darwin
|
||||||
|
|
||||||
|
build:
|
||||||
|
- swift build --disable-sandbox -c release
|
||||||
|
- install -D .build/release/mint {{prefix}}/bin/mint
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/mint
|
||||||
|
|
||||||
|
test:
|
||||||
|
- mint version | grep {{version}}
|
||||||
|
- mint help | grep 'Swift Package Manager'
|
||||||
|
- mint install yonaskolb/mint
|
||||||
|
- mint list | grep 'mint'
|
Loading…
Reference in a new issue