aboutsummaryrefslogtreecommitdiff
blob: 9949cbf1636bd4c44733610c72c9cd98a5402e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'
)

option('tests', type : 'boolean', value: false,
    description : 'Enable tests'
)