aokellermann / yaycache

Flexible yay cache cleaning

Home Page:https://yaycache.aokellermann.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaycache

Flexible yay cache cleaning similar to paccache.

Usage

Usage is essentially the same as with paccache.

See man yaycache for more information, or view the docs here.

Systemd service

An optional systemd service is included that will run weekly:

systemctl enable --now yaycache.timer

Installing

An AUR package is available:

yay -S yaycache

Building

You can build the package yourself:

./autogen.sh
./configure --prefix=/usr
make
make check
make install DESTDIR="$pkgdir"

About

Flexible yay cache cleaning

https://yaycache.aokellermann.dev/

License:GNU General Public License v2.0


Languages

Language:Shell 73.6%Language:M4 16.3%Language:Makefile 10.2%