1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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"
}
|