improve prototype

This commit is contained in:
Daniel Langbein 2021-04-20 10:32:43 +02:00
parent 7d33f080bf
commit 73b5f83b19
2 changed files with 12 additions and 3 deletions

View File

@ -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)

View File

@ -1,5 +1,6 @@
# Maintainer: Daniel Langbein <daniel@systemli.org>
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
}
}