summaryrefslogtreecommitdiff
path: root/homebrew/baculafd
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/baculafd')
-rw-r--r--homebrew/baculafd/.beer30
-rw-r--r--homebrew/baculafd/.make.sh-auto2
-rw-r--r--homebrew/baculafd/_metadata/description1
-rw-r--r--homebrew/baculafd/_metadata/homepage1
-rw-r--r--homebrew/baculafd/_metadata/name1
-rw-r--r--homebrew/baculafd/_metadata/version1
-rwxr-xr-xhomebrew/baculafd/download.sh1
7 files changed, 37 insertions, 0 deletions
diff --git a/homebrew/baculafd/.beer b/homebrew/baculafd/.beer
new file mode 100644
index 000000000..3e8ab1fe5
--- /dev/null
+++ b/homebrew/baculafd/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "BaculaFd",
+ "description": "Network backup solution",
+ "url": "https://downloads.sourceforge.net/project/bacula/bacula/9.4.2/bacula-9.4.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.bacula.org/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "bareos-client",
+ "reason": null
+ }
+ ],
+ "patches": [],
+ "install": [
+ "(var/\"run\").mkpath"
+ ],
+ "version": "9.4.2",
+ "file": "bacula-fd.rb"
+} \ No newline at end of file
diff --git a/homebrew/baculafd/.make.sh-auto b/homebrew/baculafd/.make.sh-auto
new file mode 100644
index 000000000..c6c758e7a
--- /dev/null
+++ b/homebrew/baculafd/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+(var/"run").mkpath
diff --git a/homebrew/baculafd/_metadata/description b/homebrew/baculafd/_metadata/description
new file mode 100644
index 000000000..c4b389fc1
--- /dev/null
+++ b/homebrew/baculafd/_metadata/description
@@ -0,0 +1 @@
+Network backup solution
diff --git a/homebrew/baculafd/_metadata/homepage b/homebrew/baculafd/_metadata/homepage
new file mode 100644
index 000000000..89dd53d66
--- /dev/null
+++ b/homebrew/baculafd/_metadata/homepage
@@ -0,0 +1 @@
+https://www.bacula.org/
diff --git a/homebrew/baculafd/_metadata/name b/homebrew/baculafd/_metadata/name
new file mode 100644
index 000000000..90fcbabd3
--- /dev/null
+++ b/homebrew/baculafd/_metadata/name
@@ -0,0 +1 @@
+BaculaFd
diff --git a/homebrew/baculafd/_metadata/version b/homebrew/baculafd/_metadata/version
new file mode 100644
index 000000000..3c40359d3
--- /dev/null
+++ b/homebrew/baculafd/_metadata/version
@@ -0,0 +1 @@
+9.4.2
diff --git a/homebrew/baculafd/download.sh b/homebrew/baculafd/download.sh
new file mode 100755
index 000000000..f11fce46c
--- /dev/null
+++ b/homebrew/baculafd/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/bacula/bacula/9.4.2/bacula-9.4.2.tar.gz \ No newline at end of file