systems/arch-wayland/PKGBUILD

29 lines
400 B
Bash
Raw Normal View History

2023-07-02 11:42:44 +00:00
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
# 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