summaryrefslogtreecommitdiff
path: root/homebrew/stow/.beer
blob: d6f028437ccd3e428c4955226ea9ce139d88dee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Stow",
    "description": "Organize software neatly under a single directory tree (e.g. /usr/local)",
    "url": "https://ftp.gnu.org/gnu/stow/stow-2.2.2.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/stow/stow-2.2.2.tar.gz",
    "homepage": "https://www.gnu.org/software/stow/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2.2",
    "file": "stow.rb"
}