Draft: Add rudimental l3build support
Since the repository contains a lot of additional data, copying the entire repository into the TDS is in my opinion pointless.
In order to simplify an installation into the local TDS, I added a build.lua script, which can be used by l3build to install the package:
l3build install --full
In order to remove it, call l3build as follows:
l3build uninstall
ToDo:
- currently, only the
styfiles andpdffiles from the repositories root dir are copied -
build the doc/tutorial upon installation and copy it into the TDS (conflict due to support files at the moment)
Edited by Christian Schreinemachers