2023-07-14 21:44:51 +03:00
|
|
|
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:
|
2023-10-02 03:41:57 +03:00
|
|
|
# dependencies:
|
|
|
|
# swift.org: ^5.8
|
|
|
|
# apple.com/xcode: >=14
|
2023-07-14 21:44:51 +03:00
|
|
|
script:
|
|
|
|
- swift build --configuration release
|
|
|
|
- mkdir -p {{prefix}}/bin
|
|
|
|
- mv $(swift build --configuration release --show-bin-path)/swift-outdated {{prefix}}/bin
|
|
|
|
|
2023-10-02 03:41:57 +03:00
|
|
|
test: swift-outdated --version | grep {{version}}
|