summaryrefslogtreecommitdiff
blob: 265d5729b12ad054940786edd7a2cee611b04e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
option('system-wide', type : 'boolean', value : true,
    description : 'Install system-wide rather than isolated inside a Python environment'
)

option('code-only', type : 'boolean', value : false,
    description : 'Do not install additional files such as configuration or documentation'
)

option('eprefix', type : 'string',
    description : 'Prefix directory for gentoolkit to operate under'
)

option('docdir', type : 'string',
    description : 'Documentation directory'
)