summaryrefslogtreecommitdiff
path: root/homebrew/cafeobj/.beer
blob: 3b1d9b8938d026309dce193d96fc68bd4b52e29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Cafeobj",
    "description": "New generation algebraic specification and programming language",
    "url": "https://cafeobj.org/files/1.5.9/cafeobj-1.5.9.tar.gz",
    "mirror": null,
    "homepage": "https://cafeobj.org/",
    "depends": [
        {
            "depend": "sbcl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--with-lisp=sbcl\", \"--prefix=#{prefix}\", \"--with-lispdir=#{share}/emacs/site-lisp/cafeobj\"",
        "system \"make\", \"install\""
    ],
    "version": "1.5.9",
    "file": "cafeobj.rb"
}