Skip to content

omgitsaheadcrab/arch-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Metapackages containing system packages and configuration for omgitsaheadcrab systems.

Tips and Tricks

To build your packages

makepkg -s

To initailize and update a local repository

ln -s omgitsaheadcrab/*/*.zst .
repo-add localrepo.db.tar.zst *.zst

Create custom repo directory

sudo mkdir /var/cache/pacman/custom
sudo cp -r <omgitsaheadcrab_repo_git_clone>/localrepo.* /var/cache/pacman/custom

To add the local repository to pacman.conf

[localrepo]
SigLevel = Optional TrustAll
Server = file:///var/cache/pacman/custom

To list all dependencies from a package use the following command

pacman -Si packages | awk -F'[:<=>]' '/^Depends/ {print $2}'

To mark all packages dependencies from a package as dependencies

yay --asdeps -D $(pacman -Si packages | awk -F'[:<=>]' '/^Depends/ {print $2}')

About

System config metapackages

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages