mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-22 14:49:21 -07:00
7 lines
149 B
RPMSpec
7 lines
149 B
RPMSpec
|
root_option = string(max=255, default='def_string')
|
||
|
int_option = integer(min=0, max=100)
|
||
|
|
||
|
[app]
|
||
|
sub_option = string(max=255, default='def_sub')
|
||
|
|