mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
improve prototype
This commit is contained in:
parent
7d33f080bf
commit
73b5f83b19
10
README.md
10
README.md
@ -2,10 +2,18 @@
|
|||||||
|
|
||||||
## Some notes
|
## Some notes
|
||||||
|
|
||||||
### Naming
|
### Package Naming
|
||||||
|
|
||||||
* [package naming](https://wiki.archlinux.org/index.php/Arch_package_guidelines#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
|
Package names are prefixed with `de-p1st` as this is one of my
|
||||||
domains ([p1st.de]()) which itself is an abbreviation of
|
domains ([p1st.de]()) which itself is an abbreviation of
|
||||||
[cloud.privacy1st.de]()
|
[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)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||||
pkgname=!! TODO !!
|
_pkgname=!! TODO !!
|
||||||
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.1
|
pkgver=0.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc=" !! TODO !! "
|
pkgdesc=" !! TODO !! "
|
||||||
@ -32,4 +33,4 @@ package() {
|
|||||||
cd "pkg/$pkgname"
|
cd "pkg/$pkgname"
|
||||||
|
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user