From 73b5f83b19968f0b7e7c02f6e7961d74d33e644c Mon Sep 17 00:00:00 2001 From: langfingaz Date: Tue, 20 Apr 2021 10:32:43 +0200 Subject: [PATCH] improve prototype --- README.md | 10 +++++++++- prototype/PKGBUILD | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89a2602..a26c0c0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ ## Some notes -### Naming +### Package Naming * [package naming](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_naming) 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 + +[Example](https://gitlab.com/archi3linux/meta/-/blob/c08ad57993095a575f2e7453c2fe92de97923276/PKGBUILD#L62) + +### home skeleton + +[Example](https://gitlab.com/archi3linux/meta/-/blob/c08ad57993095a575f2e7453c2fe92de97923276/PKGBUILD#L75) diff --git a/prototype/PKGBUILD b/prototype/PKGBUILD index ddd16eb..b096e9a 100644 --- a/prototype/PKGBUILD +++ b/prototype/PKGBUILD @@ -1,5 +1,6 @@ # Maintainer: Daniel Langbein -pkgname=!! TODO !! +_pkgname=!! TODO !! +pkgname="de-p1st-$_pkgname" pkgver=0.0.1 pkgrel=1 pkgdesc=" !! TODO !! " @@ -32,4 +33,4 @@ package() { cd "pkg/$pkgname" make DESTDIR="$pkgdir/" install -} \ No newline at end of file +}