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
27
28
|
{
"name": "Lfe",
"description": "Concurrent Lisp for the Erlang VM",
"url": "https://github.com/rvirding/lfe/archive/v1.3.tar.gz",
"mirror": null,
"homepage": "http://lfe.io/",
"depends": [
{
"depend": "erlang",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"system \"make\", \"MANINSTDIR=#{man}\", \"install-man\"",
"system \"make\", \"emacs\"",
"libexec.install \"bin\", \"ebin\"",
"bin.install_symlink (libexec/\"bin\").children",
"doc.install Dir[\"doc/*.txt\"]",
"pkgshare.install \"dev\", \"examples\", \"test\"",
"elisp.install Dir[\"emacs/*.elc\"]"
],
"version": "1.3",
"file": "lfe.rb"
}
|