Skip to content

yuvadm/archlinux-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux Packages

A collection of all the Arch Linux packages I maintain, currently AUR packages only.

Should be identical to https://aur.archlinux.org/packages/?SeB=m&K=yuvadm

Feel free to open issues/PRs in this repository for fixes to be merged into the AUR.

Usage

The management of this repository is implemented using git subtree which allows all changes to be tracked in this single repo, as well as publish changes to each separate AUR package remote.

Use the pkg.sh wrapper script to run the common commands:

Add New Package

$ ./pkg.sh add pkgname

Update Package

Edit the relevant files in aur/$pkgname and then

$ git commit -m "Bumped $pkgname to v1.2.3"
$ ./pkg.sh update pkgname

Import Packages

Many packages can be initially imported by running

$ ./pkg.sh import pkgname1 pkgname2 pkgname3

About

A collection of the Arch Linux packages under my maintenance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages