summaryrefslogtreecommitdiff
path: root/homebrew/cmigemo/.beer
blob: ef6dc8ef23a8f9cb16bddd6e0dcf53947a6c9a12 (plain)
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
40
41
42
43
{
    "name": "Cmigemo",
    "description": "Migemo is a tool that supports Japanese incremental search with Romaji",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cmigemo/cmigemo-default-src-20110227.zip",
    "mirror": null,
    "homepage": "https://www.kaoriya.net/software/cmigemo",
    "depends": [
        {
            "depend": "nkf",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "--- a/src/wordbuf.c\t2011-08-15 02:57:05.000000000 +0900\n",
                "+++ b/src/wordbuf.c\t2011-08-15 02:57:17.000000000 +0900\n",
                "@@ -9,6 +9,7 @@\n",
                " #include <stdio.h>\n",
                " #include <stdlib.h>\n",
                " #include <string.h>\n",
                "+#include <limits.h>\n",
                " #include \"wordbuf.h\"\n",
                "\n",
                " #define WORDLEN_DEF 64\n"
            ]
        }
    ],
    "install": [
        "chmod 0755, \"./configure\"",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"osx\"",
        "system \"make\", \"osx-dict\"",
        "system \"make\", \"-C\", \"dict\", \"utf-8\" if build.stable?",
        "ENV.deparallelize ",
        "system \"make\", \"osx-install\""
    ],
    "version": "20110227",
    "file": "cmigemo.rb"
}