summaryrefslogtreecommitdiff
path: root/homebrew/rsync/.beer
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/rsync/.beer
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/rsync/.beer')
-rw-r--r--homebrew/rsync/.beer36
1 files changed, 36 insertions, 0 deletions
diff --git a/homebrew/rsync/.beer b/homebrew/rsync/.beer
new file mode 100644
index 000000000..ead725f2f
--- /dev/null
+++ b/homebrew/rsync/.beer
@@ -0,0 +1,36 @@
+{
+ "name": "Rsync",
+ "description": "Utility that provides fast incremental file transfer",
+ "url": "https://rsync.samba.org/ftp/rsync/rsync-3.1.3.tar.gz",
+ "mirror": "https://mirrors.kernel.org/gentoo/distfiles/rsync-3.1.3.tar.gz",
+ "homepage": "https://rsync.samba.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://download.samba.org/pub/rsync/src/rsync-patches-3.1.3.tar.gz",
+ "strip": "1"
+ },
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/344bf3b/rsync/fix-crtimes-patch-3.1.3.diff",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"./prepare-source\"",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-rsyncd-conf=#{etc}/rsyncd.conf\",",
+ "\"--enable-ipv6\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.1.3",
+ "file": "rsync.rb"
+} \ No newline at end of file