basic idea for configuration directory
This commit is contained in:
parent
437e840164
commit
c16c76e994
3
examples/README.md
Normal file
3
examples/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Examples
|
||||
|
||||
Directory dedicated for examples
|
1
examples/configuration/README.md
Normal file
1
examples/configuration/README.md
Normal file
@ -0,0 +1 @@
|
||||
This directory represents project configuration on the end-user's system
|
10
examples/configuration/config
Normal file
10
examples/configuration/config
Normal file
@ -0,0 +1,10 @@
|
||||
This file is expected to be parsed for zernit to process inspired by portage and Zernit
|
||||
|
||||
TODO: Implement if statements
|
||||
|
||||
// General syntax
|
||||
category/name[=version]::source +option -option COMPONENT: value
|
||||
|
||||
// Nano example
|
||||
// Applies for version 1.0.0 from master repository and implements bash_completion with optimization for amdgpu
|
||||
app-editors/nano[=1.0.0]::master +bash_completion VIDEO_CARDS: amdgpu
|
1
examples/configuration/package/README.md
Normal file
1
examples/configuration/package/README.md
Normal file
@ -0,0 +1 @@
|
||||
Configuration per package
|
Loading…
Reference in New Issue
Block a user