summaryrefslogtreecommitdiff
path: root/homebrew/apel/.beer
blob: 66581b9819325c259d35f20e99151e74449b7263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Apel",
    "description": "Emacs Lisp library to help write portable Emacs programs",
    "url": "http://git.chise.org/elisp/dist/apel/apel-10.8.tar.gz",
    "mirror": null,
    "homepage": "http://git.chise.org/elisp/apel/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\",",
        "\"LISPDIR=#{elisp}\", \"VERSION_SPECIFIC_LISPDIR=#{elisp}\""
    ],
    "version": "10.8",
    "file": "apel.rb"
}