From 805c0f6e1496b78a2fbf53865a1091acc0b7105c Mon Sep 17 00:00:00 2001 From: langfingaz Date: Wed, 21 Apr 2021 21:49:21 +0200 Subject: [PATCH] work-in-progress --- README.md | 14 +++++++++++++- pkg/de-p1st-networkmanager/scratch | 3 +++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 pkg/de-p1st-networkmanager/scratch diff --git a/README.md b/README.md index ceb668d..4060957 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,22 @@ Package names are prefixed with `de-p1st` as this is one of my domains ([p1st.de]()) which itself is an abbreviation of [cloud.privacy1st.de]() -### config files +### creating config files + +```shell +install -Dm644 $src $pkgdir/$dst +``` [Example](https://gitlab.com/archi3linux/meta/-/blob/c08ad57993095a575f2e7453c2fe92de97923276/PKGBUILD#L62) +### changing existing config files + +**TODO**: holo AUR package + ### home skeleton [Example](https://gitlab.com/archi3linux/meta/-/blob/c08ad57993095a575f2e7453c2fe92de97923276/PKGBUILD#L75) + +### enabling services + +**TODO**: using systemd.preset diff --git a/pkg/de-p1st-networkmanager/scratch b/pkg/de-p1st-networkmanager/scratch new file mode 100644 index 0000000..8ca375d --- /dev/null +++ b/pkg/de-p1st-networkmanager/scratch @@ -0,0 +1,3 @@ +depend on networkmanager, openvpn plugin + +enalbe the systemctl service \ No newline at end of file