Giter Club home page Giter Club logo

Comments (3)

rewrking avatar rewrking commented on June 3, 2024 1

Looked into this a bunch today. I don't totally understand how versioning of casks is done yet in the homebrew-casks repo - for instance, there's an additional homebrew-cask-versions repo for "other" versions, wheras the former just has a set version - so is each new version a PR? For now, I'll start adding cask scripts to scripts/homebrew-cask/(version) since you can install them easily enough.

Here's the one I added for the current version:

brew install --cask https://www.chalet-work.space/api/brew/latest/chalet.rb

Also, before I add a cask officially, I need to update the zsh completions to the format described here instead of the current bash-style. Homebrew has a path for completions that will need symlinks added.

from chalet.

dimitre avatar dimitre commented on June 3, 2024

Cask please. I think this is functional. At least worked well on my system using
brew install --cask ./chalet.rb

chalet.rb

cask "chalet" do
  arch arm: "arm64", intel: "x86_64"

  version "0.5.21"
  sha256 arm:   "5d4220f31c825b88eba2d29924f3911e097e930ec258d05bd8efe16d9f28b23f",
         intel: "1c7241107fe355ce06bf7f366a6f6d0bcf5a602292e97df7e6a81cb837506a43"

  url "https://github.com/chalet-org/chalet/releases/download/v#{version}/chalet-#{arch}-apple-darwin.zip"
  name "Chalet Build Tool"
  desc "A cross-platform project format & build tool for C/C++"
  homepage "https://www.chalet-work.space"

end

from chalet.

dimitre avatar dimitre commented on June 3, 2024

uploaded to github, so now it is possible to use like this

brew install --cask https://raw.githubusercontent.com/dimitre/chalet_homebrew/main/chalet.rb

from chalet.

Related Issues (20)

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.