basic idea for configuration directory

This commit is contained in:
Kreyren 2020-03-18 06:38:09 +00:00
parent 437e840164
commit c16c76e994
4 changed files with 15 additions and 0 deletions

3
examples/README.md Normal file

@ -0,0 +1,3 @@
# Examples
Directory dedicated for examples

@ -0,0 +1 @@
This directory represents project configuration on the end-user's system

@ -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

@ -0,0 +1 @@
Configuration per package