Coder Social home page Coder Social logo

skycoin / homebrew-skycoin Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 372 KB

Homebrew formula for installing Skycoin projects and dependencies on OS X

Ruby 100.00%
cryptocurrency skycoin homebrew-tap homebrew-formula homebrew-formulae gcc-arm gcc-arm-toolchain gcc-cross-compiler cx skywire

homebrew-skycoin's Introduction

homebrew-skycoin

Build Status

Homebrew formulae for installing Skycoin projects and dependencies on OS X.

Usage

Use the following commands to Tap the Homebrew repository

brew tap skycoin/homebrew-skycoin

Then install any of available Formulae. For instance execute this to install Skycoin CX to your system.

brew install skycoin-cx

Testing changes

The following process can be used to test changes made to formula:

  1. Ensure the target formula has already been installed on your system. I will use skycoin-cx to demonstrate.
  2. Fork this repo on Github and clone it locally to your machine.
  3. Create a new branch for your changes.
  4. Make your changes to the target formula and commit them.
  5. Change directory into the skycoin-cx Homebrew
cd $(brew --repo skycoin/homebrew-skycoin)/Formula
  1. Unlink the currently installed version of the formula with the following command:
brew unlink skycoin-cx
  1. Copy your updated formula into the skycoin/homebrew-skycoin/Formula folder - replacing the exiting version
  2. Test download of the new package from the Formula URL
brew fetch skycoin-cx
  1. Test the installation using the new Formula (with verbose mode and based on the locally updated file)
brew install -vsd --git skycoin-cx

All going well, you should have just installed the updated version based on the new formula. If that is the case, submit a PR with your changes to the team for further review. If you encounter issue, repeat the process above until you are able to successfully install the based on the udpated version.

Contact: [email protected]

homebrew-skycoin's People

Contributors

bigookie avatar charleskorn avatar ghulands avatar gz-c avatar jakerockland avatar joeblynch avatar joegoggins avatar lfelipe avatar lorenzmeier avatar olemis avatar pietrodn avatar px4dev avatar samuelsadok avatar toddwilson avatar tsc21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

simelo

homebrew-skycoin's Issues

New formula for Skyflash

Package description

Rationale
Skyflash project develops the command line and GUI tools for flashing Skybian binary images onto SD cards used in official Skyminers (i.e. Orange Pi Plus 2) and DIY nodes for supported platforms

  • Inherited dependency
  • Internal project decision
  • This is a deliverable : skycoin/skyflash

Project dependency matrix
This package will be used in the following projects

  • skycoin/skywire
  • skycoin/skywire-discovery
  • skycoin/skywire-autoupdater
  • skycoin/skybian
  • skycoin/skyflash

Usage patterns

  • skycoin/skywire : image binaries downloaded from here (but already bundled in Skywire images)
  • skycoin/skywire-discovery : included in Skybian images ( @stdevPavelmc cmiiw )
  • skycoin/skywire-autoupdater : included in Skybian images ( @stdevPavelmc cmiiw )
  • skycoin/skybian : images released by this project are used for flashing Skyniner SD cards
  • skycoin/skyflash : download release artifacts from here

Additional context
@stdevPavelmc , anything else ?

Formula for clang-llvm compiler

Package description

Rationale

Project dependency matrix
This package will be used in the following projects

  • skycoin/ledger-nano

Usage patterns
Build the secure (ST31) BOLOS applications

Additional context
Ledger dev env docs state that standard ARM clang above 4.0.0 with ROPI is needed.

Formula for development dependencies for Skycoin Ledger app

Is your feature request related to a problem? Please describe.
Install a development environment for Ledger Nano and Blue development

Describe the solution you'd like
Setup happening after brew install skycoin-ledger-nano-dev

  • Install gcc-arm-none-eabi-53
  • Install clang-llvm-400
  • Download and install Nano S SDK
  • Download and install Nano Blue SDK

Describe alternatives you've considered
Could rely on an install script

Additional context
Use it in Travis builds .

Update skycoin-cx formula for release 0.7.1

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Add support for CX v0.7.1

Describe alternatives you've considered
NA

Additional context
I will raise a PR shortly to address this

Update skycoin-cx formula for release v0.6.0

Expected Behavior

Formula for skycoin-cx to support latest release v0.6.0

Actual Behavior

Currently supports v0.5.17

Steps to Reproduce the Problem

  1. brew install skycoin-cx
  2. cx -v
  3. CX version 0.5.17

Specifications

  • Version: v0.5.17
  • Platform: MacOS
  • Subsystem:

Possible Solution

Formula file needs to be updated as follows:

Initialize project

  • Remove px4-sim and related formulae
  • Update URLs for gcc-arm-none-eabi*
  • Update README
  • Add CX install formula (with license)
  • Fix Travis builds

Update skycoin-cx formula for release 0.7.0

Issue tracker is ONLY used for reporting bugs, features and enhancements. NO SUPPORT TICKETS ACCEPTED! Use stackoverflow for supporting issues.

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Add support for CX v0.7.0

Describe alternatives you've considered
NA

Additional context
I will raise a PR shortly to address this

Update skycoin-cx formula for release v0.6.2

Is your feature request related to a problem? Please describe.
Skycoin-cx homebrew formula currently supports CX v0.6.0.

Describe the solution you'd like
Add support for current release of Skycoin CX v0.6.2

Describe alternatives you've considered
NA

Additional context
NA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.