Compare commits

..

5 commits

Author SHA1 Message Date
cd594c2f34 Updated with bottles 2025-03-16 11:08:03 -06:00
b61ab31caa Updated bottle for guile-config 2025-03-16 11:02:24 -06:00
5351f2d8fb moved cask file 2025-03-09 08:14:01 -06:00
447c4361ee added msg-desktop cask 2025-03-09 08:12:15 -06:00
7570dc366e Update msg-cli bottle 2025-03-04 15:30:42 -07:00
4 changed files with 28 additions and 4 deletions

14
Casks/msg-desktop.rb Normal file
View file

@ -0,0 +1,14 @@
cask "msg-desktop" do
arch arm: "aarch64"
version "0.1.0"
sha256 arm: "2888260f69bb00a7fe14b07e5a311cb69eb31cb40f4e6f3e414c75c6d07d08a7"
url "https://forge.superkamiguru.org/MSG/msg-desktop/releases/download/msg-desktop_v0.1.0/MSG%20Desktop.dmg.zip"
name "MSG Desktop"
desc "MSG Frontend app"
homepage "https://forge.superkamiguru.org/MSG/msg-desktop"
depends_on formula: "msg-cli"
app "MSG Desktop.app"
end

View file

@ -11,6 +11,11 @@ class GuileConfig < Formula
depends_on "texinfo" => :build
depends_on "msg/apps/guile-next"
bottle do
root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-config_main"
sha256 arm64_sequoia: "8c54a47417b8b0f6553928c0363564fa2b38d8bf90bdf60c5b98c1059dc2995e"
end
def install
ENV["GUILE_AUTO_COMPILE"] = "0"
# We need this so we can find other modules.

View file

@ -12,6 +12,11 @@ class GuileHall < Formula
depends_on "guile-lib"
depends_on "msg/apps/guile-config"
bottle do
root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/guile-hall_main"
sha256 arm64_sequoia: "59a2f2434d8c3563abaaf3d88bfc9f17753e4fe095dcfddc4247081a1fd828d6"
end
def install
ENV["GUILE_AUTO_COMPILE"] = "0"

View file

@ -8,10 +8,10 @@ class MsgCli < Formula
sha256 "5c543e46e3ac9c0c387fc70dbe660f6ea4318ecf187ae8ff573b8da5bfd0ff11"
license "AGPL-3.0-or-later"
# bottle do
# root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.0"
# sha256 arm64_sequoia: "e143f7bc4a551676c538125c527fbf5dec6acb17bf46ca704686ed18fff83114"
# end
bottle do
root_url "https://forge.superkamiguru.org/MSG/homebrew-apps/releases/download/msg-cli_v0.1.1"
sha256 arm64_sequoia: "11a205b49daf8660ffa3dc8a01271f9d3b0708692140fa586cd5ad306c6f7e0c"
end
# depends_on "cmake" => :build
depends_on "wget"