28 lines
400 B
Bash
28 lines
400 B
Bash
# 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
|