Added eas.dev (#4349)

* created eas.dev

* added eas.dev

* added the build from source argument

* added python as a build dependency

* changed to python: ~3.10

* set linux llvm version to <17

* changed the node version

* env

* set node version to v18

* removed build from source tag

* sometimes linux wants gcc

* clean up and rename

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Michael Essiet 2023-12-08 20:40:12 +01:00 committed by GitHub
parent 6433e90f69
commit b8985b677f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,40 @@
distributable:
url: https://github.com/expo/eas-cli/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
display-name: eas
versions:
github: expo/eas-cli
dependencies:
nodejs.org: ~18
build:
dependencies:
python.org: ~3.10
classic.yarnpkg.com: '*'
linux:
gnu.org/gcc: '*'
script:
- mkdir -p "{{prefix}}"
- yarn install
- run: yarn build-ci
working-directory: packages/eas-json/
- yarn build-ci
- cp -r * {{prefix}}
- run:
- ln -s ../packages/eas-cli/bin/run bin/eas
working-directory: ${{prefix}}
provides:
- bin/eas
test:
- eas
- eas --help
- eas --version | grep "{{version}}"
- eas autocomplete zsh