mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+swift-outdated (#2576)
* wip * add swift debugging statements * did its job --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
77bcbea0d6
commit
63de12c617
25
projects/github.com/kiliankoe/swift-outdated/package.yml
Normal file
25
projects/github.com/kiliankoe/swift-outdated/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: https://github.com/kiliankoe/swift-outdated/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: kiliankoe/swift-outdated/tags
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
|
||||
provides:
|
||||
- bin/swift-outdated
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
# swift.org: ^5.8
|
||||
# apple.com/xcode: >=14
|
||||
script:
|
||||
- swift build --configuration release
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- mv $(swift build --configuration release --show-bin-path)/swift-outdated {{prefix}}/bin
|
||||
|
||||
test:
|
||||
swift-outdated --version | grep {{version}}
|
Loading…
Reference in a new issue