summaryrefslogtreecommitdiff
path: root/homebrew/sword/.beer
blob: 2c8867a4883269f8263e06e6decf49cfebe49f96 (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
{
    "name": "Sword",
    "description": "Cross-platform tools to write Bible software",
    "url": "https://www.crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.8.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.crosswire.org/sword/index.jsp",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-debug",
        "--disable-profile",
        "--disable-tests",
        "--with-curl",
        "--without-icu",
        "--without-clucene",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.8.1",
    "file": "sword.rb"
}