aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ski.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/ski.rb b/Library/Formula/ski.rb
new file mode 100644
index 000000000..efd5fa981
--- /dev/null
+++ b/Library/Formula/ski.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Ski <Formula
+ url 'http://catb.org/~esr/ski/ski-6.5.tar.gz'
+ homepage 'http://catb.org/~esr/ski/'
+ md5 'f9cc93f7a0223f65b011b4c873ba50df'
+
+ def install
+ bin.install "ski"
+ (man+"man6").install "ski.6"
+ end
+end