From 68af59fb536ab1aa7b84564980ab5f6807bdd073 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 22 Jul 2023 14:25:59 +0200 Subject: basic configuration --- configs/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/config (limited to 'configs/config') diff --git a/configs/config b/configs/config new file mode 100644 index 0000000..6ebf0ba --- /dev/null +++ b/configs/config @@ -0,0 +1,10 @@ +# vi: ft=sh + +# Force rebuild of every package, even if it already exists +#FORCE_REBUILD=no + +# Packager identification +#PACKAGER="John Doe " + +# name of the repository. This name has to be used in pacman.conf +#REPONAME="repo" -- cgit v1.2.3