Cleanup and update stuff

This commit is contained in:
Tobias Reisinger 2023-07-02 13:42:44 +02:00
parent 8364becef3
commit b9d5b166f4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
25 changed files with 253 additions and 93 deletions

28
arch-wayland/PKGBUILD Normal file
View file

@ -0,0 +1,28 @@
# 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