Add PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
71dd449a94
commit
ad11f012cf
1 changed files with 139 additions and 0 deletions
139
PKGBUILD
Normal file
139
PKGBUILD
Normal file
|
@ -0,0 +1,139 @@
|
||||||
|
# Maintainer: Severin Kaderli <severin@kaderli.dev>
|
||||||
|
pkgname="severin-base"
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=27
|
||||||
|
arch=('x86_64')
|
||||||
|
license=('MIT')
|
||||||
|
depends=(
|
||||||
|
# Base packages and kernel
|
||||||
|
'base'
|
||||||
|
'linux'
|
||||||
|
'linux-firmware'
|
||||||
|
'linux-headers'
|
||||||
|
|
||||||
|
# Kernel modules
|
||||||
|
'nvidia-dkms'
|
||||||
|
'v4l2loopback-dkms'
|
||||||
|
|
||||||
|
# Microcode
|
||||||
|
'intel-ucode'
|
||||||
|
|
||||||
|
# Window manager
|
||||||
|
'sway'
|
||||||
|
'kanshi'
|
||||||
|
'waybar'
|
||||||
|
'fuzzel'
|
||||||
|
'dunst'
|
||||||
|
'slurp'
|
||||||
|
'grim'
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
'noto-fonts'
|
||||||
|
'noto-fonts-cjk'
|
||||||
|
'noto-fonts-emoji'
|
||||||
|
'ttf-iosevka-nerd'
|
||||||
|
|
||||||
|
# Vulkan
|
||||||
|
'vulkan-intel'
|
||||||
|
|
||||||
|
# Wayland
|
||||||
|
'xdg-desktop-portal-wlr'
|
||||||
|
'wl-clipboard'
|
||||||
|
'qt5-wayland'
|
||||||
|
'qt6-wayland'
|
||||||
|
|
||||||
|
# XWayland
|
||||||
|
'xorg-xrandr'
|
||||||
|
'xorg-xwayland'
|
||||||
|
'xdg-utils'
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
'gnome-themes-extra'
|
||||||
|
'adwaita-qt5'
|
||||||
|
'adwaita-qt6'
|
||||||
|
'qt5ct'
|
||||||
|
'qt6ct'
|
||||||
|
'papirus-icon-theme'
|
||||||
|
|
||||||
|
# Shell
|
||||||
|
'zsh'
|
||||||
|
'zsh-completions'
|
||||||
|
'zsh-syntax-highlighting'
|
||||||
|
|
||||||
|
# Terminal
|
||||||
|
'kitty'
|
||||||
|
'starship'
|
||||||
|
|
||||||
|
# Java
|
||||||
|
'jdk-openjdk'
|
||||||
|
|
||||||
|
'caddy'
|
||||||
|
'jq'
|
||||||
|
|
||||||
|
# Applications
|
||||||
|
'micro'
|
||||||
|
'qbittorrent'
|
||||||
|
'redshift'
|
||||||
|
'shellcheck'
|
||||||
|
'szyszka'
|
||||||
|
'libreoffice-fresh'
|
||||||
|
|
||||||
|
'inkscape'
|
||||||
|
#'joplin-appimage'
|
||||||
|
'firefox'
|
||||||
|
'filezilla'
|
||||||
|
'discord'
|
||||||
|
'lapce'
|
||||||
|
'element-desktop'
|
||||||
|
'streamlink'
|
||||||
|
'ncdu'
|
||||||
|
'simple-scan'
|
||||||
|
'zathura'
|
||||||
|
'zathura-pdf-mupdf'
|
||||||
|
'networkmanager'
|
||||||
|
'ncdu'
|
||||||
|
'mpv'
|
||||||
|
'wget'
|
||||||
|
'bat'
|
||||||
|
'nextcloud-client'
|
||||||
|
'picard'
|
||||||
|
|
||||||
|
# Development
|
||||||
|
'mypy'
|
||||||
|
'rustup'
|
||||||
|
'nodejs'
|
||||||
|
'npm'
|
||||||
|
'git'
|
||||||
|
'devtools'
|
||||||
|
'ccache'
|
||||||
|
'tokei'
|
||||||
|
'strace'
|
||||||
|
'pkgconf'
|
||||||
|
'namcap'
|
||||||
|
|
||||||
|
'xdg-user-dirs'
|
||||||
|
|
||||||
|
# Gaming
|
||||||
|
'steam'
|
||||||
|
'lutris'
|
||||||
|
'heroic-games-launcher-bin'
|
||||||
|
'gamemode'
|
||||||
|
|
||||||
|
# Games
|
||||||
|
'airshipper'
|
||||||
|
'gzdoom'
|
||||||
|
'polymc'
|
||||||
|
|
||||||
|
# Emulation
|
||||||
|
'dolphin-emu-git'
|
||||||
|
'duckstation-git'
|
||||||
|
'mgba-qt'
|
||||||
|
'citra-qt-git'
|
||||||
|
'flycast-git'
|
||||||
|
'melonds-git'
|
||||||
|
|
||||||
|
# Archiving & Compression
|
||||||
|
'zip'
|
||||||
|
'unzip'
|
||||||
|
'zstd'
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue