summaryrefslogtreecommitdiff
path: root/homebrew/onioncat
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/onioncat
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/onioncat')
-rw-r--r--homebrew/onioncat/.beer26
-rw-r--r--homebrew/onioncat/.make.sh-auto4
-rw-r--r--homebrew/onioncat/_metadata/description1
-rw-r--r--homebrew/onioncat/_metadata/homepage1
-rw-r--r--homebrew/onioncat/_metadata/name1
-rw-r--r--homebrew/onioncat/_metadata/version1
-rwxr-xr-xhomebrew/onioncat/download.sh1
7 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/onioncat/.beer b/homebrew/onioncat/.beer
new file mode 100644
index 000000000..b94cce4ce
--- /dev/null
+++ b/homebrew/onioncat/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Onioncat",
+ "description": "VPN-adapter that provides location privacy using Tor or I2P",
+ "url": "https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.2.r578.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.onioncat.org",
+ "depends": [
+ {
+ "depend": "tor",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "rm_f \""
+ ],
+ "version": "0.2.2",
+ "file": "onioncat.rb"
+} \ No newline at end of file
diff --git a/homebrew/onioncat/.make.sh-auto b/homebrew/onioncat/.make.sh-auto
new file mode 100644
index 000000000..8c7ebb7ca
--- /dev/null
+++ b/homebrew/onioncat/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --disable-silent-rules
+make DESTDIR=${PKG_DEST} install
+rm_f "
diff --git a/homebrew/onioncat/_metadata/description b/homebrew/onioncat/_metadata/description
new file mode 100644
index 000000000..273e206e4
--- /dev/null
+++ b/homebrew/onioncat/_metadata/description
@@ -0,0 +1 @@
+VPN-adapter that provides location privacy using Tor or I2P
diff --git a/homebrew/onioncat/_metadata/homepage b/homebrew/onioncat/_metadata/homepage
new file mode 100644
index 000000000..fd91d29f2
--- /dev/null
+++ b/homebrew/onioncat/_metadata/homepage
@@ -0,0 +1 @@
+https://www.onioncat.org
diff --git a/homebrew/onioncat/_metadata/name b/homebrew/onioncat/_metadata/name
new file mode 100644
index 000000000..c0b0755a4
--- /dev/null
+++ b/homebrew/onioncat/_metadata/name
@@ -0,0 +1 @@
+Onioncat
diff --git a/homebrew/onioncat/_metadata/version b/homebrew/onioncat/_metadata/version
new file mode 100644
index 000000000..ee1372d33
--- /dev/null
+++ b/homebrew/onioncat/_metadata/version
@@ -0,0 +1 @@
+0.2.2
diff --git a/homebrew/onioncat/download.sh b/homebrew/onioncat/download.sh
new file mode 100755
index 000000000..15ac67ba7
--- /dev/null
+++ b/homebrew/onioncat/download.sh
@@ -0,0 +1 @@
+wget https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.2.r578.tar.gz \ No newline at end of file