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
29
30
31
32
33
34
35
36
37
38
39
|
{
"name": "ProofGeneral",
"description": "Emacs-based generic interface for theorem provers",
"url": "https://github.com/ProofGeneral/PG/archive/v4.4.tar.gz",
"mirror": null,
"homepage": "https://proofgeneral.github.io",
"depends": [
{
"depend": "texi2html",
"build-depend": true
},
{
"depend": "texinfo",
"build-depend": true
},
{
"depend": "emacs",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize ",
"args = %W[",
"PREFIX=#{prefix}",
"DEST_PREFIX=#{prefix}",
"ELISPP=share/emacs/site-lisp/proof-general",
"ELISP_START=#{elisp}/site-start.d",
"EMACS=#{which \"emacs\"}",
"]",
"system \"make\", \"install\", *args",
"cd \"doc\" do",
"system \"make\", \"info\", \"html\""
],
"version": "4.4",
"file": "proof-general.rb"
}
|