mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
1.6 KiB
1.6 KiB
My personalized Arch Linux packages
Some notes
managing custom packages / managing a remote repository
- One could use crema
- Or some self made shell scripts: pkg/de-p1st-repo/README.md
Package naming
Package names are prefixed with de-p1st
as this is one of my
domains (p1st.de) which itself is an abbreviation of
privacy1st.de
creating config files
install -Dm644 $src $pkgdir/$dst
Example: archi3linux PKGBUILD
changing existing config files
holo
from the AUR- https://github.com/holocm/holo/blob/master/doc/holo-files.8.pod
Example: pkg/de-p1st-pacman/PKGBUILD
home skeleton
Example: archi3linux PKGBUILD
enabling services
- systemd.preset - Service enablement presets
- man 5 systemd.preset
Example preset file: archi3linux systemd.preset
Example pkg: pkg/de-p1st-networkmanager