mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
No description
| .SRCINFO | ||
| pacfolder | ||
| PKGBUILD | ||
| README.md | ||
pacfolder
Generate a folder with subfolders for each package managed by pacman containing symlinks to all files belonging to that package.
Install
cd $(mktemp -d)
wget https://github.com/zvynar/pacfolder/raw/master/PKGBUILD
makepkg
sudo pacman -U *.pkg.tar.xz
Usage
pacfolder /apps/
This will make a new folder /apps/ and put one folder for each package inside it. Each of these folders gets filled with sumbolic links to the files belonging to that package! Files in typical folders like /etc/ or /usr/bin/ will be put into sub-folders like /apps/[package-name]/config or /apps/[package-name]/binaries ect.. Files that can not be catigoriced go to /apps/[package-name]/misc.