From 052c70c37096e306044b6312dd4609efb5056c3b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 20 Jun 2016 13:13:09 +0100 Subject: [PATCH] skytools: migrate to boneyard. --- Formula/skytools.rb | 16 ---------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 Formula/skytools.rb diff --git a/Formula/skytools.rb b/Formula/skytools.rb deleted file mode 100644 index 89e8c0761e..0000000000 --- a/Formula/skytools.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Skytools < Formula - desc "Database management tools from Skype to PostgreSQL" - homepage "http://pgfoundry.org/projects/skytools/" - url "http://pgfoundry.org/frs/download.php/3622/skytools-3.2.tar.gz" - sha256 "0fa9c819ab50ca2cbcc5e71cd80ab734120c9d628667af08f9a95ca62086ab5f" - - # Works only with homebrew postgres: - # https://github.com/Homebrew/homebrew/issues/16024 - depends_on "postgresql" - - def install - system "./configure", "--prefix=#{prefix}" - system "make" - system "make", "install" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 771237eb80..8549f0dfe3 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -221,6 +221,7 @@ "sickrage": "homebrew/boneyard", "simple-mtpfs": "homebrew/fuse", "sitecopy": "homebrew/boneyard", + "skytools": "homebrew/boneyard", "slicot": "homebrew/science", "smartsim": "homebrew/gui", "soccerwindow2": "homebrew/boneyard",