Support for generating rpms via meson
Add a meson script that can be used to create rpms from the source tree. It can also be used to install the plugins.
This commit is contained in:
parent
8fb1342631
commit
df628f26aa
3 changed files with 167 additions and 0 deletions
4
meson_options.txt
Normal file
4
meson_options.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue