blob: 6d3e44daef046d6b95065175ea3fb8ad81225261 (
plain)
1
2
3
4
5
6
7
8
9
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.
|