Add a meson script that can be used to create rpms from the source tree. It can also be used to install the plugins.
4 lines
268 B
Meson
4 lines
268 B
Meson
option('hub-plugins-path', type: 'string', value: '/usr/lib/koji-hub-plugins',
|
|
description: 'Path for koji hub plugins')
|
|
option('builder-plugins-path', type: 'string', value: '/usr/lib/koji-builder-plugins',
|
|
description: 'Path for koji builder plugins')
|