summarylogtreecommitdiffstats
path: root/frps-bin.sublime-project
blob: 049415f7981c9d013ea36c861edeb6dce372ab58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "folders":
    [
        {
            "path": ".",
            "file_exclude_patterns": ["*.tar.gz", "*.pkg.tar.zst"]
        }
    ],
    "build_systems": [
        {
            "name": "update pkgsums",
            "shell_cmd": "updpkgsums",
            "working_dir": "$project_path"
        },
        {
            "name": "make package",
            "shell_cmd": "makepkg -f && makepkg --printsrcinfo > .SRCINFO"
        }
    ]
}