From a8bbde0b87f97a38c0a4651bf8041c118d91f321 Mon Sep 17 00:00:00 2001 From: Sven Agnew Date: Wed, 29 Aug 2012 04:03:09 +0200 Subject: backupninja 1.0.1 Closes #14509. Signed-off-by: Adam Vandenberg --- Library/Formula/backupninja.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/backupninja.rb (limited to 'Library') diff --git a/Library/Formula/backupninja.rb b/Library/Formula/backupninja.rb new file mode 100644 index 000000000..acfe2fb52 --- /dev/null +++ b/Library/Formula/backupninja.rb @@ -0,0 +1,21 @@ +require 'formula' + +class Backupninja < Formula + homepage 'https://labs.riseup.net/code/projects/show/backupninja' + url 'https://labs.riseup.net/code/attachments/download/275/backupninja-1.0.1.tar.gz' + sha1 'c9b2cef3c289b2b71cc8fd33f8e089a70a11affb' + + head 'git://labs.riseup.net/backupninja.git' + + depends_on "dialog" + depends_on "gawk" + + skip_clean 'etc/backup.d' + skip_clean 'var/log' + + def install + system "./configure", "--prefix=#{prefix}" + system "make" + system "make install" + end +end -- cgit v1.2.3