Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e6e23c2cbe | ||
|
c16c76e994 | ||
|
437e840164 |
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
|
1
examples/packages/README.md
Normal file
1
examples/packages/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Directory used for example of downstream management
|
1
examples/packages/packages/app-editors/nano/README.md
Normal file
1
examples/packages/packages/app-editors/nano/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Logic for nano resolution using zernit
|
8
examples/packages/packages/app-editors/nano/config
Normal file
8
examples/packages/packages/app-editors/nano/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
// These are expected to be defined on-demand
|
||||||
|
METADATA: value
|
||||||
|
---
|
||||||
|
|
||||||
|
src_phase() {
|
||||||
|
logic for phase?
|
||||||
|
}
|
0
init
Normal file
0
init
Normal file
Loading…
Reference in New Issue
Block a user