# Maintainer: Tobias Reisinger # shellcheck disable=SC2034 pkgname=serguzim-system-wayland pkgver=1 pkgrel=1 epoch= pkgdesc="" arch=("any") url="https://git.serguzim.me/serguzim/system" license=("unknown") groups=() makedepends=() depends=( ### WAYLAND "hyprland" "waybar-hyprland" ) source=() sha256sums=() backup=() . ../utils.sh package() { # do nothing x=0 } # vim: ft=sh