authexec: migrating taps
This formula no longer works on anything newer than Lion (See Homebrew/homebrew#34039), so handing it over to Misty’s Tigerbrew fork where it could still be useful. As far as tap_migrations goes though, it's being moved to the boneyard due to Misty's fork not technically being a 'tap'. Closes Homebrew/homebrew#34348. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c2ff538c8f
commit
ccf2cb6034
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
require "formula"
|
||||
|
||||
class Authexec < Formula
|
||||
homepage "https://github.com/tcurdt/authexec"
|
||||
url "https://github.com/tcurdt/authexec/archive/1.0.tar.gz"
|
||||
sha1 "73d8fb4202ae99057691788442bb192972ef304c"
|
||||
|
||||
head "https://github.com/tcurdt/authexec.git"
|
||||
|
||||
# AuthorizationExecuteWithPrivileges was depreciated in OS X 10.7
|
||||
# Installing this on newer systems throws up an ugly, blunt OS X warning.
|
||||
# Running anything under it on newer systems also gets a `status: -60031` error
|
||||
depends_on MaximumMacOSRequirement => :lion
|
||||
|
||||
def install
|
||||
system ENV.cc, "authexec.c", "-framework", "Security", "-o", "authexec"
|
||||
bin.install "authexec"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue