mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/github.com/mono0926/LicensePlist/package.yml
This commit is contained in:
parent
835d684221
commit
144c4fbac7
19
projects/github.com/mono0926/LicensePlist/package.yml
Normal file
19
projects/github.com/mono0926/LicensePlist/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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 🎉'
|
Loading…
Reference in a new issue