From 2c2b5b3d3527f7668c9bc357214380a4a2fcfdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 2 Sep 2024 22:27:13 -0700 Subject: [PATCH] guile-hoot: update 0.4.1_2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #323. Signed-off-by: Aleix Conchillo FlaquƩ <951761+aconchillo@users.noreply.github.com> --- Formula/guile-hoot.rb | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Formula/guile-hoot.rb b/Formula/guile-hoot.rb index c6071d0..77764a4 100644 --- a/Formula/guile-hoot.rb +++ b/Formula/guile-hoot.rb @@ -3,7 +3,7 @@ class GuileHoot < Formula homepage "https://spritely.institute/hoot/" url "https://spritely.institute/files/releases/guile-hoot/guile-hoot-0.4.1.tar.gz" sha256 "1664997dd69cf39965e3d5819cf658399c791b7880a096200a57216468137721" - revision 1 + revision 2 bottle do root_url "https://github.com/aconchillo/homebrew-guile/releases/download/guile-hoot-0.4.1_1" @@ -27,19 +27,6 @@ def install system "make", "install" end - def caveats - <<~EOS - To use `guile-hoot` you need to unlink `guile` and then link `guile-next`: - brew unlink guile - brew link guile-next - - Remember to add the following to your .bashrc or equivalent in order to use this module: - export GUILE_LOAD_PATH="#{HOMEBREW_PREFIX}/share/guile/site/3.0" - export GUILE_LOAD_COMPILED_PATH="#{HOMEBREW_PREFIX}/lib/guile/3.0/site-ccache" - export GUILE_SYSTEM_EXTENSIONS_PATH="#{HOMEBREW_PREFIX}/lib/guile/3.0/extensions" - EOS - end - test do hoot = testpath/"hoot.scm" hoot.write <<~EOS