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": "Mg",
"description": "Small Emacs-like editor",
"url": "https://dl.bintray.com/homebrew/mirror/mg-20180421.tar.gz",
"mirror": null,
"homepage": "https://github.com/ibara/mg",
"depends": [
{
"depend": "macos",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--mandir=#{man}\"",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "20180421",
"file": "mg.rb"
}
|