mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
20 lines
408 B
YAML
20 lines
408 B
YAML
|
distributable:
|
||
|
url: https://github.com/mono0926/LicensePlist/archive/refs/tags/{{version.tag}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: mono0926/LicensePList
|
||
|
|
||
|
platforms:
|
||
|
- darwin
|
||
|
|
||
|
build:
|
||
|
make install PREFIX={{prefix}}
|
||
|
|
||
|
provides:
|
||
|
- bin/license-plist
|
||
|
|
||
|
test:
|
||
|
- echo 'github "realm/realm-swift" "v10.20.2"' > Cartfile.resolved
|
||
|
- license-plist --suppress-opening-directory | grep 'None 🎉'
|