From b381c85ceed91ec91571f34efbb35f7da5d1cd53 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 5 Apr 2017 16:12:19 -0400 Subject: [PATCH] corelocationcli: migrate to cask needs to be code signed to be fully functional --- Formula/corelocationcli.rb | 26 -------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 Formula/corelocationcli.rb diff --git a/Formula/corelocationcli.rb b/Formula/corelocationcli.rb deleted file mode 100644 index debb9abd9bf8a..0000000000000 --- a/Formula/corelocationcli.rb +++ /dev/null @@ -1,26 +0,0 @@ -class Corelocationcli < Formula - desc "Prints location information from CoreLocation" - homepage "https://github.com/fulldecent/corelocationcli" - url "https://github.com/fulldecent/corelocationcli/archive/2.0.0.tar.gz" - sha256 "d256ae0a534ef15f4b9a77704ef3bd52935c310a4f6a687657d79945c5544515" - - bottle do - cellar :any_skip_relocation - sha256 "5cf8e0ed18fe853ce595ca9ec3293e8a471e73b57403234216d9b3a2beada39e" => :sierra - sha256 "628b708ab2c7289e64dc3697e2487947ec050000fef5b887d86b85bb53e7b37e" => :el_capitan - sha256 "db59b11dcbcef4e71fc43eb005fe855d6e19e0108e2c8ceb3378b306f3d82e35" => :yosemite - sha256 "ffd7a23f96ef1b732fb4873b8d26b51fa183a9eea4f2fd0805ed7a54d5d61e9b" => :mavericks - sha256 "e0a967b5f84f3b1d4bc799265f3692faab41ccf7f673749624051a8d87516389" => :mountain_lion - end - - depends_on :xcode => :build - - def install - xcodebuild "-project", "CoreLocationCLI.xcodeproj", "SYMROOT=build", "-sdk", "macosx#{MacOS.version}" - bin.install "build/Release/CoreLocationCLI" - end - - test do - shell_output("#{bin}/CoreLocationCLI -h", 1) - end -end diff --git a/tap_migrations.json b/tap_migrations.json index b28dc09a8a11f..825beb75ec5eb 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -14,6 +14,7 @@ "cfitsio": "homebrew/science", "cloudfoundry-cli": "pivotal/tap", "cmucl": "caskroom/cask", + "corelocationcli": "caskroom/cask", "dart": "dart-lang/dart", "datamash": "homebrew/science", "dgtal": "homebrew/science",