Coder Social home page Coder Social logo

homebrew-blendle's Introduction

Blendle Homebrew tap

Build Status

Homebrew tap for tools not (yet) submitted to Homebrew Core.

Usage

brew tap blendle/blendle
brew install ...

On Linux, install Linuxbrew first.

Bottling a new version

  • edit the formula as you see fit

    export FORMULA=<formula>  # e.g.: epp
    brew edit "Formula/$FORMULA.rb"
    
  • build a new bottle (binary) of the changes

    brew uninstall --force "$FORMULA"
    brew install "Formula/$FORMULA.rb" --build-bottle
    
  • tar the bottle, and retrieve the Ruby code required

    brew bottle $FORMULA --root-url=https://homebrew-blendle.storage.googleapis.com
    # You possibly need to use the option: --force-core-tap
    
  • copy the returned code back into the formula Ruby file

    bottle do
      root_url "https://homebrew-blendle.storage.googleapis.com"
      cellar :any_skip_relocation
      sha256 "9e1da44221d6ce25d8f0c2e88cb633fd1e1da99e75034f631d7e82ea1ea2a337" => :sierra
    end
    
  • upload the generated *.tar.gz file to Google Cloud Storage

    # You might first need to rename the generated tar so it uses '-' instead of '--'.
    # Otherwise brew downloading the bottle will not find the correct file.
    # e.g.: epp--3.1.0.big_sur.bottle.tar.gz to epp-3.1.0.big_sur.bottle.tar.gz
    
    # Seems to be a known problem: https://github.com/Homebrew/brew/pull/4612#commitcomment-29994607
    
    gsutil -m cp -n $FORMULA*.bottle.tar.gz gs://homebrew-blendle
    
  • copy the changes of your local formula to this repository:

    brew cat "Formula/$FORMULA.rb" > "./Formula/$FORMULA.rb"
    
  • commit the changed file to the Git repository

    git add "Formula/$FORMULA.rb"
    git commit
    git push
    

homebrew-blendle's People

Contributors

jeanmertz avatar soudy avatar oscaredel avatar koenbollen avatar jewilmeer avatar koenrh avatar eterps avatar jurriaan avatar

Watchers

 avatar

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.