summaryrefslogtreecommitdiff
path: root/homebrew/diction/.beer
blob: 1ab76ae0617db4676b0d1c0a2634e9340569d057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Diction",
    "description": "GNU diction and style",
    "url": "https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/diction/diction-1.11.tar.gz",
    "homepage": "https://www.gnu.org/software/diction/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.11",
    "file": "diction.rb"
}