Cleanup and update stuff
This commit is contained in:
parent
8364becef3
commit
b9d5b166f4
25 changed files with 253 additions and 93 deletions
28
arch-wayland/PKGBUILD
Normal file
28
arch-wayland/PKGBUILD
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue