~ubuntu-branches/ubuntu/trusty/kate/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
      "name": "Kate"
    
    , "files": [ { "git": 1 } ]
    
    , "build": {
        "directory": "build"
        
      , "build": "make all"
      
      , "clean": "make clean"
      
      , "quick": "gcc -Wall -g -o %n %f"
    }
}