pebble / homebrew-pebble-sdk

Pebble Homebrew Tap
16 stars 22 forks source link

A whole new world! #36

Closed Katharine closed 8 years ago

Katharine commented 8 years ago

This PR brings us (partially) into our new world!

It adds a new 'devel' variant to pebble-sdk, which installs our new-style tool, version 4.0-rc0 (directly from git, at the moment). This is activated by passing --devel to homebrew, like brew install --devel pebble-sdk. The old thing is installed if this is omitted.

It also adds a pebble-qemu formula that installs a qemu-pebble binary, which is a dependency of the new pebble-sdk.

-beta and -legacy are left alone for now, but will be obsolete soon.

cjwilliams commented 8 years ago

Aside from question about versioning pypkjs, looks good to me. Tested both --devel and stable options and both installed appropriate SDKs.

:shipit: (or you know, whenever everything's ready)