aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-05 20:39:52 -0800
committerAdam Vandenberg2014-03-05 20:39:52 -0800
commita90d7d688deef84100df4677a3f381af30b9928f (patch)
tree908e7e08e9ebf5e259dad32a9c291970eab4e753 /Library/Formula
parent1ed91732b88a566a3f25e4d7104935397a1570be (diff)
downloadhomebrew-a90d7d688deef84100df4677a3f381af30b9928f.tar.bz2
Redact kerl
Kerl does not provide git tags, so move to headonly. Closes #26307.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kerl.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/kerl.rb b/Library/Formula/kerl.rb
deleted file mode 100644
index 82f945c83..000000000
--- a/Library/Formula/kerl.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Kerl < Formula
- homepage 'https://github.com/spawngrid/kerl'
- url 'https://github.com/spawngrid/kerl/archive/6cd7d5764b75efc27a53beae7c887240087e9849.zip'
- version '20130314'
- sha1 '6643b0f9490201edc7367121866c0030fddc53c8'
-
- def install
- bin.install 'kerl'
- bash_completion.install 'bash_completion/kerl'
- end
-end