systems/arch-X11/PKGBUILD

28 lines
487 B
Bash

# Maintainer: Tobias Reisinger <tobias@msrg.cc>
# shellcheck disable=SC2034
pkgname=serguzim-system-X11
pkgver=1
pkgrel=1
epoch=
pkgdesc=""
arch=("any")
url="https://git.serguzim.me/serguzim/system"
license=("unknown")
groups=()
depends=(
### XORG
"xorg-server" "xorg-server-xvfb" "xorg-xfd" "xorg-xinit"
"xorg-xinput" "xorg-xlsclients" "xorg-xmodmap"
"numlockx"
"xf86-video-amdgpu"
### APPLICATIONS
"bspwm"
#"sxhkd" "polybar"
)
source=()
sha256sums=()
backup=()
# vim: ft=sh