mirror of
https://github.com/safing/portmaster-packaging.git
synced 2026-05-20 20:10:34 +00:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
{{/* Template file expects repo root as working directory */}}
|
|
{{- define "log" -}}
|
|
log() {
|
|
echo "$@"
|
|
}
|
|
{{- end -}}
|
|
|
|
{{ file.Read "templates/arch-base.install" | tmpl.Inline }} |