From 44e5ad763794a438ecfd50c8b7f6ea760ea82da5 Mon Sep 17 00:00:00 2001 From: tsne Date: Wed, 1 Jan 2025 14:58:28 +0100 Subject: initial commit --- template.conf.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 template.conf.sample (limited to 'template.conf.sample') 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 -- cgit v1.2.3