summaryrefslogtreecommitdiff
path: root/homebrew/tarsnap/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tarsnap/.beer')
-rw-r--r--homebrew/tarsnap/.beer44
1 files changed, 44 insertions, 0 deletions
diff --git a/homebrew/tarsnap/.beer b/homebrew/tarsnap/.beer
new file mode 100644
index 000000000..a7eb6bfae
--- /dev/null
+++ b/homebrew/tarsnap/.beer
@@ -0,0 +1,44 @@
+{
+ "name": "Tarsnap",
+ "description": "Online backups for the truly paranoid",
+ "url": "https://www.tarsnap.com/download/tarsnap-autoconf-1.0.39.tgz",
+ "mirror": null,
+ "homepage": "https://www.tarsnap.com/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "if MacOS.version == :el_capitan && MacOS::Xcode.version >= \"8.0\"",
+ "inreplace \"libcperciva/util/monoclock.c\", \"CLOCK_MONOTONIC\",",
+ "\"UNDEFINED_GIBBERISH\"",
+ "end",
+ "system \"autoreconf\", \"-iv\" if build.head?",
+ "args = %W[",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
+ "--prefix=#{prefix}",
+ "--sysconfdir=#{etc}",
+ "--with-bash-completion-dir=#{bash_completion}",
+ "--without-lzma",
+ "--without-lzmadec",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.0.39",
+ "file": "tarsnap.rb"
+} \ No newline at end of file