summaryrefslogtreecommitdiffstats
path: root/examples/packages/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-10 20:07:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-11 18:22:38 +0100
commitc4efba28515fdf0da16697256ba46c6bfff9086c (patch)
treeabbcf7a9b6cc8dc08d63815e4d73c14158473485 /examples/packages/README.md
parentc2fb88e4ea953d4dbc01ffc6341ccb4e9e59290c (diff)
Make the package script "complex"
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'examples/packages/README.md')
-rw-r--r--examples/packages/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/packages/README.md b/examples/packages/README.md
index 5271689..838dc53 100644
--- a/examples/packages/README.md
+++ b/examples/packages/README.md
@@ -67,3 +67,16 @@ N, M, T and S starting right away.
Multiple versions of one package are not yet considered in this setup.
+
+# The packaging
+
+The packaging script does the following:
+
+* In the "sourcecheck" phase, it checks whether the input is present (that would
+ be the .tar.gz file of the package to compile)
+* In the "depcheck" phase, it checks whether all dependencies are present. This
+ is done to demonstrate what could be done, not because it makes a great deal
+ of sense
+* In the "build" phase, it "builds" a package, by piping the version number of
+ the package itself to the output file.
+