aboutsummaryrefslogtreecommitdiff
path: root/notes/package_build.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/package_build.txt')
-rw-r--r--notes/package_build.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/notes/package_build.txt b/notes/package_build.txt
new file mode 100644
index 0000000..6d3e44d
--- /dev/null
+++ b/notes/package_build.txt
@@ -0,0 +1,10 @@
+Package builds
+==============
+
+Packages usually contain more than just source code, e.g. README.md, etc.
+
+Also, binary packages could contain non-executable files that need to be
+built, e.g. documentation, etc.
+
+It would be nice to support this in SLUL. Perhaps via some external
+tool, or perhaps via some subcommand/extension/plugin of the slul command.