agpm_suggestions 0.0.1

A way to provide suggestions for building projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "file_types":["Makefile"],
    "install_suggestions":[
        ["make"],
        ["make install"],
        ["make build","make install"],
        ["make", "make install"]
    ],
    "uninstall_suggestions": [
        ["rm ~/.local/bin/{{used_name}}"],
        [
	    "# Uninstall with translations DELETE THIS LINE",
            "rm ~/.local/bin/{{used_name}}",
            "rm ~/.local/share/locale/{{languages}}/LC_MESSAGES/{{used_name.mo}}"
        ]
    ]
}