diff options
author | Samuel Lidén Borell <samuel@kodafritt.se> | 2025-10-05 23:31:19 +0200 |
---|---|---|
committer | Samuel Lidén Borell <samuel@kodafritt.se> | 2025-10-05 23:31:19 +0200 |
commit | 62a4a12995b9ffcbfd0dc07c6ebcb1f95740f414 (patch) | |
tree | aa9446f11620af0ccfbe87461aed6333f5cb4781 /notes/package_build.txt | |
parent | 44bc6019af6bf657a77a67b7c1a5fd7aca4007be (diff) | |
download | slul-try2-main.tar.gz slul-try2-main.zip |
Diffstat (limited to 'notes/package_build.txt')
-rw-r--r-- | notes/package_build.txt | 10 |
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. |