GithubHelp home page GithubHelp logo

myst-lang / homebrew-tap Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

A custom homebrew tap for installing the Myst programming language on macOS.

Ruby 100.00%
myst-lang homebrew-tap custom-tap homebrew

homebrew-tap's Introduction

Myst-lang Tap

A custom tap for installing versions of the Myst programming language.

How do I install these formulae?

brew install myst-lang/tap/<formula>

Or brew tap myst-lang/tap and then brew install <formula>.

Or install via URL (which will not receive updates):

brew install https://raw.githubusercontent.com/myst-lang/homebrew-tap/master/Formula/<formula>.rb

Preparing a new release

Brew doesn't do much for you for crafting a new release, so most of this is done manually. When a new release of Myst is ready to go out, these are the steps to updating this Tap to make the release available to users:

  • Copy the current myst-lang.rb file into an archive file with the old version number (e.g. [email protected])
  • Update the old formula class name to include the old version number (e.g. class MystLangAT030 < Formula)
  • Create the tag on the main Myst repository (e.g. git tag v0.4.0)
  • Get the archive URL from GitHub's releases page (e.g. "https://github.com/myst-lang/myst/archive/v0.4.0.tar.gz") and replace that in the formula file.
  • Download a copy of the archive to a local .tar.gz.
  • Run shasum -a 256 /path/to/archive.tar.gz to generate the shasum for the archive.
  • Take the new shasum and replace it in the formula file.
  • Commit and push to this repository.

After that, try running brew upgrade myst-lang and you should get the new version.

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.