summaryrefslogtreecommitdiff
path: root/homebrew/rsnapshot/.beer
blob: 2e6bcb501471322b4485148e617dea2c79ba1e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Rsnapshot",
    "description": "File system snapshot utility (based on rsync)",
    "url": "https://github.com/rsnapshot/rsnapshot/releases/download/1.4.2/rsnapshot-1.4.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.rsnapshot.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.2",
    "file": "rsnapshot.rb"
}