summaryrefslogtreecommitdiff
path: root/homebrew/quilt/.beer
blob: 23f6056d05cade23911224e89763a89054160d8c (plain)
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
{
    "name": "Quilt",
    "description": "Work with series of patches",
    "url": "https://download.savannah.gnu.org/releases/quilt/quilt-0.65.tar.gz",
    "mirror": null,
    "homepage": "https://savannah.nongnu.org/projects/quilt",
    "depends": [
        {
            "depend": "coreutils",
            "build-depend": false
        },
        {
            "depend": "gnu-sed",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-sed=#{HOMEBREW_PREFIX}/bin/gsed\",",
        "\"--without-getopt\"",
        "system \"make\"",
        "system \"make\", \"install\", \"emacsdir=#{elisp}\""
    ],
    "version": "0.65",
    "file": "quilt.rb"
}