Skip to content

my archlinux packaging station and private repo

Notifications You must be signed in to change notification settings

RaafatTurki/pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKGS

Da One Thicc Solution (for my arch local package management)

Usage

put this /etc/pacman.conf snippet to connects this live repo to your arch sysetm

[personal]
SigLevel = PackageOptional DatabaseOptional
Server = https://raw.githubusercontent.com/RaafatTurki/pkgs/master/repo/$arch

or this one to connects a local version of it

[personal]
SigLevel = PackageOptional DatabaseOptional
Server = file:///path/to/pkgs/repo/$arch

follow the above with a system update

pacman -Syu

and that's all, you should be able to install whatever is hosted here via pacman

Managment

repo_manager

builds everything in pkgfiles, stores them repo, then builds its database files

About

my archlinux packaging station and private repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages