mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
doc: clarify version file
This commit is contained in:
parent
dfd000e9c5
commit
b2e1d53bb7
@ -13,7 +13,7 @@ comprise the system are as follows.
|
||||
| checksums | DSL [3] | No | No | No | No [1] |
|
||||
| depends | DSL [3] | No | Yes | Yes | No |
|
||||
| sources | DSL [3] | No | Yes | Yes | No |
|
||||
| version | DSL [3] | No | No | No | Yes |
|
||||
| version | DSL [3] | No | [4] | [4] | Yes |
|
||||
| | | | | | |
|
||||
| pre-remove | Any | Yes [2] | N/A | N/A | No |
|
||||
| post-install | Any | Yes [2] | N/A | N/A | No |
|
||||
@ -32,6 +32,9 @@ rows by newline and columns by whitespace.
|
||||
[3] The file's format is a domain specific language with its own rules.
|
||||
https://en.wikipedia.org/wiki/Domain-specific_language
|
||||
|
||||
[4] Tooling should only read the first line of the version file. Any lines
|
||||
following should be ignored (allowing one to store arbitrary information).
|
||||
|
||||
|
||||
[0.0] Index
|
||||
________________________________________________________________________________
|
||||
|
Loading…
Reference in New Issue
Block a user