summaryrefslogtreecommitdiff
path: root/homebrew/daemon
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/daemon
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/daemon')
-rw-r--r--homebrew/daemon/.beer24
-rw-r--r--homebrew/daemon/.make.sh-auto5
-rw-r--r--homebrew/daemon/_metadata/description1
-rw-r--r--homebrew/daemon/_metadata/homepage1
-rw-r--r--homebrew/daemon/_metadata/name1
-rw-r--r--homebrew/daemon/_metadata/version1
-rwxr-xr-xhomebrew/daemon/download.sh1
-rwxr-xr-xhomebrew/daemon/patches.sh1
8 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/daemon/.beer b/homebrew/daemon/.beer
new file mode 100644
index 000000000..50a25dd04
--- /dev/null
+++ b/homebrew/daemon/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Daemon",
+ "description": "Turn other processes into daemons",
+ "url": "http://libslack.org/daemon/download/daemon-0.6.4.tar.gz",
+ "mirror": null,
+ "homepage": "http://libslack.org/daemon/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/3323958/daemon/daemon-0.6.4-ignore-strlcpy-strlcat.patch",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "ENV.deparallelize",
+ "system \"./config\"",
+ "system \"make\"",
+ "system \"make\", \"PREFIX=#{prefix}\", \"install\""
+ ],
+ "version": "0.6.4",
+ "file": "daemon.rb"
+} \ No newline at end of file
diff --git a/homebrew/daemon/.make.sh-auto b/homebrew/daemon/.make.sh-auto
new file mode 100644
index 000000000..2be8c6c00
--- /dev/null
+++ b/homebrew/daemon/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.deparallelize
+./config
+make
+make PREFIX=${PKG_TAPF} DESTDIR=${PKG_DEST} install
diff --git a/homebrew/daemon/_metadata/description b/homebrew/daemon/_metadata/description
new file mode 100644
index 000000000..b51cdef5b
--- /dev/null
+++ b/homebrew/daemon/_metadata/description
@@ -0,0 +1 @@
+Turn other processes into daemons
diff --git a/homebrew/daemon/_metadata/homepage b/homebrew/daemon/_metadata/homepage
new file mode 100644
index 000000000..a13d08516
--- /dev/null
+++ b/homebrew/daemon/_metadata/homepage
@@ -0,0 +1 @@
+http://libslack.org/daemon/
diff --git a/homebrew/daemon/_metadata/name b/homebrew/daemon/_metadata/name
new file mode 100644
index 000000000..e6879366f
--- /dev/null
+++ b/homebrew/daemon/_metadata/name
@@ -0,0 +1 @@
+Daemon
diff --git a/homebrew/daemon/_metadata/version b/homebrew/daemon/_metadata/version
new file mode 100644
index 000000000..d2b13eb64
--- /dev/null
+++ b/homebrew/daemon/_metadata/version
@@ -0,0 +1 @@
+0.6.4
diff --git a/homebrew/daemon/download.sh b/homebrew/daemon/download.sh
new file mode 100755
index 000000000..13b454618
--- /dev/null
+++ b/homebrew/daemon/download.sh
@@ -0,0 +1 @@
+wget http://libslack.org/daemon/download/daemon-0.6.4.tar.gz \ No newline at end of file
diff --git a/homebrew/daemon/patches.sh b/homebrew/daemon/patches.sh
new file mode 100755
index 000000000..858f52a70
--- /dev/null
+++ b/homebrew/daemon/patches.sh
@@ -0,0 +1 @@
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/3323958/daemon/daemon-0.6.4-ignore-strlcpy-strlcat.patch