aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sxiv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sxiv.rb')
-rw-r--r--Library/Formula/sxiv.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/sxiv.rb b/Library/Formula/sxiv.rb
deleted file mode 100644
index eb41bd719..000000000
--- a/Library/Formula/sxiv.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-require "formula"
-
-class Sxiv < Formula
- homepage "https://github.com/muennich/sxiv"
- url "https://github.com/muennich/sxiv/archive/v1.2.tar.gz"
- sha1 "69cacabdd60316edbf3eee076d8057df7f7be0ed"
-
- head "https://github.com/muennich/sxiv.git"
-
- depends_on :x11
- depends_on "imlib2"
- depends_on "giflib"
-
- def install
- system "make", "config.h"
- system "make", "PREFIX=#{prefix}", "install"
- end
-
- test do
- system "#{bin}/sxiv", "-v"
- end
-end