Skip to content

Commit

Permalink
Added eas.dev (#4349)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
michaelessiet and jhheider authored Dec 8, 2023
1 parent 6433e90 commit b8985b6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions projects/expo.dev/eas-cli/package.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b8985b6

Please sign in to comment.