diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..95be67e --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Examples + +Directory dedicated for examples \ No newline at end of file diff --git a/examples/configuration/README.md b/examples/configuration/README.md new file mode 100644 index 0000000..7d58fdc --- /dev/null +++ b/examples/configuration/README.md @@ -0,0 +1 @@ +This directory represents project configuration on the end-user's system \ No newline at end of file diff --git a/examples/configuration/config b/examples/configuration/config new file mode 100644 index 0000000..220ffd4 --- /dev/null +++ b/examples/configuration/config @@ -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 \ No newline at end of file diff --git a/examples/configuration/package/README.md b/examples/configuration/package/README.md new file mode 100644 index 0000000..ff53d91 --- /dev/null +++ b/examples/configuration/package/README.md @@ -0,0 +1 @@ +Configuration per package \ No newline at end of file