Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guile-hoot: update 0.4.1_2 #323

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions Formula/guile-hoot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
Loading