80 lines
1.1 KiB
Bash
80 lines
1.1 KiB
Bash
|
# Run: makepkg -s
|
||
|
pkgname=metapkg
|
||
|
pkgver=1.0
|
||
|
pkgrel=1
|
||
|
pkgdesc="Meta package for installing all my packages. Does not include AUR packages or hardware specific packages"
|
||
|
arch=('any')
|
||
|
url="https://git.kapelle.org/niklas/dotfiles-remastered"
|
||
|
|
||
|
depends=(
|
||
|
# Desktop apps
|
||
|
alacritty
|
||
|
code
|
||
|
# code-features
|
||
|
# code-marketplace
|
||
|
firefox
|
||
|
gimp
|
||
|
imv
|
||
|
mpv
|
||
|
# onlyoffice-bin
|
||
|
pavucontrol
|
||
|
thunar
|
||
|
thunderbird
|
||
|
|
||
|
# DE
|
||
|
greetd-tuigreet
|
||
|
hyprland
|
||
|
hyprpaper
|
||
|
libnotify
|
||
|
pipewire-alsa
|
||
|
pipewire-jack
|
||
|
pipewire-pulse
|
||
|
gvfs
|
||
|
playerctl
|
||
|
# rofi-lbonn-wayland-git
|
||
|
# swaync
|
||
|
# waybar-hyperland-git
|
||
|
xdg-desktop-portal-hyprland
|
||
|
|
||
|
# CLI
|
||
|
bat
|
||
|
duf
|
||
|
entr
|
||
|
exa
|
||
|
fzf
|
||
|
git-delta
|
||
|
htop
|
||
|
jq
|
||
|
neovim
|
||
|
# oh-my-zsh-git
|
||
|
pkgfile
|
||
|
pulsemixer
|
||
|
rsync
|
||
|
sl
|
||
|
trash-cli
|
||
|
zsh-autosuggestions
|
||
|
zsh-completions
|
||
|
zsh-syntax-highlighting
|
||
|
zsh-theme-powerlevel10k
|
||
|
|
||
|
|
||
|
# system
|
||
|
# yay
|
||
|
zip
|
||
|
unzip
|
||
|
arch-wiki-docs
|
||
|
docker
|
||
|
flatpak
|
||
|
# game-devices-udev
|
||
|
gamemode
|
||
|
git
|
||
|
networkmanager
|
||
|
ntfs-3g
|
||
|
ttf-hack
|
||
|
ttf-hack-nerd
|
||
|
)
|
||
|
|
||
|
optdepends=()
|
||
|
|
||
|
|