diff options
| author | tsne <tsne.dev@outlook.com> | 2025-01-01 14:58:28 +0100 |
|---|---|---|
| committer | tsne <tsne.dev@outlook.com> | 2025-10-30 08:32:49 +0100 |
| commit | 44e5ad763794a438ecfd50c8b7f6ea760ea82da5 (patch) | |
| tree | 575a1fc72ceb1d7f052cf582abc1e038e27f69a3 /template.conf.sample | |
| download | porteur-44e5ad763794a438ecfd50c8b7f6ea760ea82da5.tar.gz | |
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 |