Skip to content

surreal-lang/homebrew-surreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Homebrew Tap for Surreal

This directory contains the Homebrew formula for the Surreal programming language.

Setup

This directory should be published as a separate repository: surreal-lang/homebrew-surreal

Installation

brew tap surreal-lang/surreal
brew install surreal

Updating the Formula

After a new release:

  1. Update the version in Formula/surreal.rb
  2. Calculate SHA256 checksums for each platform:
    shasum -a 256 surreal-aarch64-apple-darwin.tar.gz
    shasum -a 256 surreal-x86_64-apple-darwin.tar.gz
    shasum -a 256 surreal-aarch64-unknown-linux-gnu.tar.gz
    shasum -a 256 surreal-x86_64-unknown-linux-gnu.tar.gz
  3. Update the sha256 values in the formula
  4. Commit and push

Automated Updates

Consider using homebrew-releaser or a GitHub Action to automatically update the formula when new releases are created.

About

Homebrew tap for Surreal programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages