# Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=ptrc pkgver=5 pkgrel=0 pkgdesc="dotfiles and stuff" url="https://git.ptrc.gay/ptrcnull/ptrcports" arch="noarch" license="BSD-2-Clause" subpackages="$pkgname-desktop" builddir="$srcdir" options="!check" # uwu package() { depends=" bat curl doas file fd git htop inxi iproute2 lsblk nano openssh-client openssh-server pam-rundir pciutils procps ripgrep rsync starship tmux usbutils util-linux-login zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting " mkdir -p "$pkgdir" } desktop() { depends=" $pkgname=$pkgver-r$pkgrel foot font-noto i3status-rust logwrap mesa-dri-gallium rofi-calc rofi-emoji rofi-wayland seatd sway swaybg swaync wayvnc xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-wlr xwayland " mkdir -p "$subpkgdir" }