pantry/projects/cocoapods.org/package.yml
Max Howell 84e97a0423
+cocoapods (#2212)
Closes #291
2023-06-19 10:05:13 -04:00

43 lines
892 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

distributable:
url: https://github.com/CocoaPods/CocoaPods/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: CocoaPods/CocoaPods
dependencies:
ruby-lang.org: ^3
sourceware.org/libffi: ^3
rubygems.org: ^3
git-scm.org: ^2
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
env:
GEM_HOME: ${{prefix}}
GEM_PATH: ${{prefix}}
# FIXME rubys mkmf needs patching to check CPATH
CFLAGS: -I{{deps.sourceware.org/libffi.prefix}}/include
script:
- gem build cocoapods.gemspec
- gem install cocoapods-{{version}}.gem
- run: |
mv {{prefix}}/bin/* .
cp $SRCROOT/props/proxy {{prefix}}/bin/pod
working-directory:
${{prefix}}/gems/bin
provides:
- bin/pod
test:
env:
# some of our test containers are raw and thus run as root
COCOAPODS_ALLOW_ROOT: 1
script:
pod --version