2022-01-05 21:54:09 +03:00
|
|
|
option('systemd-service', type: 'boolean', value: true, description: 'Install systemd user service unit.')
|
2022-02-06 22:17:13 +03:00
|
|
|
option('scripting', type: 'boolean', value: true, description: 'Enable notification scripting.')
|
2022-04-02 18:52:35 +03:00
|
|
|
option('man-pages', type: 'boolean', value: true, description: 'Install all man pages.')
|
2021-12-24 23:53:28 +03:00
|
|
|
option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
|
|
|
|
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
|
|
|
|
option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
|