summaryrefslogtreecommitdiff
path: root/homebrew/abduco
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/abduco
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/abduco')
-rw-r--r--homebrew/abduco/.beer17
-rw-r--r--homebrew/abduco/.make.sh-auto3
-rw-r--r--homebrew/abduco/_metadata/description1
-rw-r--r--homebrew/abduco/_metadata/homepage1
-rw-r--r--homebrew/abduco/_metadata/name1
-rw-r--r--homebrew/abduco/_metadata/version1
-rwxr-xr-xhomebrew/abduco/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/abduco/.beer b/homebrew/abduco/.beer
new file mode 100644
index 000000000..e5e2f8626
--- /dev/null
+++ b/homebrew/abduco/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Abduco",
+ "description": "Provides session management: i.e. separate programs from terminals",
+ "url": "http://www.brain-dump.org/projects/abduco/abduco-0.6.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.brain-dump.org/projects/abduco",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.append_to_cflags \"-D_DARWIN_C_SOURCE\"",
+ "system \"make\", \"PREFIX=#{prefix}\", \"install\""
+ ],
+ "version": "0.6",
+ "file": "abduco.rb"
+} \ No newline at end of file
diff --git a/homebrew/abduco/.make.sh-auto b/homebrew/abduco/.make.sh-auto
new file mode 100644
index 000000000..99333b9f2
--- /dev/null
+++ b/homebrew/abduco/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+ENV.append_to_cflags "-D_DARWIN_C_SOURCE"
+make PREFIX=${PKG_TAPF} DESTDIR=${PKG_DEST} install
diff --git a/homebrew/abduco/_metadata/description b/homebrew/abduco/_metadata/description
new file mode 100644
index 000000000..d667ad4a0
--- /dev/null
+++ b/homebrew/abduco/_metadata/description
@@ -0,0 +1 @@
+Provides session management: i.e. separate programs from terminals
diff --git a/homebrew/abduco/_metadata/homepage b/homebrew/abduco/_metadata/homepage
new file mode 100644
index 000000000..faba8c296
--- /dev/null
+++ b/homebrew/abduco/_metadata/homepage
@@ -0,0 +1 @@
+http://www.brain-dump.org/projects/abduco
diff --git a/homebrew/abduco/_metadata/name b/homebrew/abduco/_metadata/name
new file mode 100644
index 000000000..91bda6cc2
--- /dev/null
+++ b/homebrew/abduco/_metadata/name
@@ -0,0 +1 @@
+Abduco
diff --git a/homebrew/abduco/_metadata/version b/homebrew/abduco/_metadata/version
new file mode 100644
index 000000000..5a2a5806d
--- /dev/null
+++ b/homebrew/abduco/_metadata/version
@@ -0,0 +1 @@
+0.6
diff --git a/homebrew/abduco/download.sh b/homebrew/abduco/download.sh
new file mode 100755
index 000000000..844611811
--- /dev/null
+++ b/homebrew/abduco/download.sh
@@ -0,0 +1 @@
+wget http://www.brain-dump.org/projects/abduco/abduco-0.6.tar.gz \ No newline at end of file