-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added brew-create scripts (all broken)
- Loading branch information
davidrpiper
committed
Mar 2, 2015
1 parent
51a355e
commit 55226ff
Showing
467 changed files
with
17,495 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Acccheck < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/acccheck.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test acccheck`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class AceVoip < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/ace-voip.git" | ||
version "oip" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test ace-voip`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class ApacheUsers < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/apache-users.git" | ||
version "users" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test apache-users`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Arachni < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/arachni.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test arachni`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Arduino < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/arduino.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test arduino`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Armitage < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/armitage.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test armitage`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Asleap < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/asleap.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test asleap`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Automater < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/automater.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test automater`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class BackdoorFactory < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/backdoor-factory.git" | ||
version "factory" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test backdoor-factory`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | ||
# /usr/local/Library/Contributions/example-formula.rb | ||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | ||
|
||
class Bbqsql < Formula | ||
homepage "" | ||
url "git://git.kali.org/packages/bbqsql.git" | ||
sha1 "" | ||
|
||
# depends_on "cmake" => :build | ||
depends_on :x11 # if your formula requires any X11/XQuartz components | ||
|
||
def install | ||
# ENV.deparallelize # if your formula fails when building in parallel | ||
|
||
# Remove unrecognized options if warned by configure | ||
system "./configure", "--disable-debug", | ||
"--disable-dependency-tracking", | ||
"--disable-silent-rules", | ||
"--prefix=#{prefix}" | ||
# system "cmake", ".", *std_cmake_args | ||
system "make", "install" # if this fails, try separate make/make install steps | ||
end | ||
|
||
test do | ||
# `test do` will create, run in and delete a temporary directory. | ||
# | ||
# This test will fail and we won't accept that! It's enough to just replace | ||
# "false" with the main program this formula installs, but it'd be nice if you | ||
# were more thorough. Run the test with `brew test bbqsql`. Options passed | ||
# to `brew install` such as `--HEAD` also need to be provided to `brew test`. | ||
# | ||
# The installed folder is not in the path, so use the entire path to any | ||
# executables being tested: `system "#{bin}/program", "do", "something"`. | ||
system "false" | ||
end | ||
end |
Oops, something went wrong.