diff options
| author | EuAndreh <eu@euandre.org> | 2023-03-28 19:51:44 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-03-28 19:51:44 -0300 |
| commit | c5e9b62f0193ce802955ebdc8c128a21f3ca3097 (patch) | |
| tree | f8d391931516600749544d0a95b187f20967f21e /Formula/guile-heredoc.rb | |
| parent | src/bin/paku.in: Add WIP version of Alpine support, based off of Debian (diff) | |
| download | packages-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.gz packages-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.xz | |
mv Formula/ src/homebrew/
Diffstat (limited to 'Formula/guile-heredoc.rb')
| -rw-r--r-- | Formula/guile-heredoc.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Formula/guile-heredoc.rb b/Formula/guile-heredoc.rb deleted file mode 100644 index c0d42c5..0000000 --- a/Formula/guile-heredoc.rb +++ /dev/null @@ -1,17 +0,0 @@ -class GuileHeredoc < Formula - desc 'Guile heredoc syntax' - homepage 'https://euandre.org/s/guile-heredoc/' - url 'https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-065435cdce609604e33b879b9be3e81ab89f3e7b.tar.xz' - sha256 '4d6e5171f36d48ab2341cc9e3346262f9ec7c9f0fd3d88ec6e204ef2160821f8' - license 'AGPL-3.0-or-later' - - def install - system 'make', "PREFIX=#{prefix}" - system 'make', 'check', "PREFIX=#{prefix}" - system 'make', 'install', "PREFIX=#{prefix}" - end - - test do - system "#{bin}/guile-heredoc", '-V' - end -end |
