diff options
| author | 2026-04-21 01:23:20 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:20 +0100 | |
| commit | a93494aa2aa48583142594cfe6c005851046f16b (patch) | |
| tree | c89cbc8897944b7c266e2ea3d849f0dd22573591 /meta/base/PKGBUILD | |
| parent | 9a4cef8de726574b11f2bf56ddc27430a4f5e941 (diff) | |
| download | dotfiles-a93494aa2aa48583142594cfe6c005851046f16b.tar.gz dotfiles-a93494aa2aa48583142594cfe6c005851046f16b.tar.bz2 dotfiles-a93494aa2aa48583142594cfe6c005851046f16b.zip | |
refactor: replace meta/ PKGBUILDs with plain text package lists
- Convert 16 PKGBUILD metapackages to simple .txt files (one package per line)
- Delete all PKGBUILD, .SRCINFO, and .pkg.tar.zst binary artifacts
- Clean stale packages: lf→yazi, tmux→zellij, neofetch→fastfetch, stow→chezmoi
- Remove duplicate rustup in dev, duplicate mesa in intel
- Add justfile recipes: install, install-all, status (unified drift detection)
- Configure chezmoi to exclude scripts from status/diff output
- Update copilot instructions
Diffstat (limited to 'meta/base/PKGBUILD')
| -rw-r--r-- | meta/base/PKGBUILD | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/meta/base/PKGBUILD b/meta/base/PKGBUILD deleted file mode 100644 index 74406f7..0000000 --- a/meta/base/PKGBUILD +++ /dev/null @@ -1,71 +0,0 @@ -pkgname=sommerfeld-base -pkgver=7 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'acpid' - 'base' - 'base-devel' - 'bash-completion' - 'bat' - 'choose' - 'cpupower' - 'curlie' - 'dashbinsh' - 'doas-sudo-shim-k' - 'dog' - 'duf' - 'fd' - 'fzf' - 'gdu' - 'git' - 'htop' - 'irqbalance' - 'iwd' - 'jq' - 'lf' - 'libusb-compat' - 'linux-firmware' - 'lsd' - 'lshw' - 'man-db' - 'man-pages' - 'neofetch' - 'neovim' - 'nfs-utils' - 'nmap' - 'ocl-icd' - 'openssh' - 'overdue' - 'pacman-cleanup-hook' - 'pacman-contrib' - 'paru' - 'pass' - 'pbzip2' - 'pigz' - 'pkgstats' - 'procs' - 'qrencode' - 'rebuild-detector' - 'reflector' - 'ripgrep' - 'rsync' - 'sbctl' - 'sd' - 'stow' - 'systemd-resolvconf' - 'thermald' - 'tldr' - 'tmux' - 'torsocks' - 'tree-sitter-cli' - 'unzip' - 'wget' - 'wireguard-tools' - 'zsh' - 'zsh-autosuggestions' - 'zsh-completions' - 'zsh-history-substring-search' - 'zsh-syntax-highlighting' -) |
