diff options
Diffstat (limited to 'template.conf.sample')
| -rw-r--r-- | template.conf.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template.conf.sample b/template.conf.sample new file mode 100644 index 0000000..f28b5e5 --- /dev/null +++ b/template.conf.sample @@ -0,0 +1,12 @@ +# This is a sample configuration file for a porteur template. To configure a template +# `mytemplate` create a file `⟨etc⟩/porteur/tmpl/mytemplate/.config` and put the +# configuration values in there. + + +# The Makefile target that will be executed to prepare the source tree before creating the +# distribution. This target should execute what needs to be executed to deterministically +# build the port's source (e.g. vendoring). It needs to be defined in the port's Makefile +# within the template. When executing this target, porteur sets WRKSRC to the Git repository +# of the port. +# If no such target is defined, the preparation step will be skipped. +dist-prepare-target = prepare-dist |