summaryrefslogtreecommitdiff
path: root/homebrew/jove/.beer
blob: ce086f53e092cb594d1b5764d70eef04666ad8d1 (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
{
    "name": "Jove",
    "description": "Emacs-style editor with vi-like memory, CPU, and size requirements",
    "url": "http://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/jove4.16.0.73.tgz",
    "mirror": "https://ftp.openbsd.org/pub/OpenBSD/distfiles/jove4.16.0.73.tgz",
    "homepage": "https://directory.fsf.org/wiki/Jove",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/3cada68f/jove/patch-getline.diff",
            "strip": "0"
        }
    ],
    "install": [
        "bin.mkpath",
        "man1.mkpath",
        "(lib/\"jove\").mkpath",
        "system \"make\", \"install\", \"JOVEHOME=#{prefix}\", \"MANDIR=#{man1}\""
    ],
    "version": "4.16.0.73",
    "file": "jove.rb"
}