61 lines
778 B
Text
61 lines
778 B
Text
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||
|
pkgname=ptrc
|
||
|
pkgver=1.0.0
|
||
|
pkgrel=0
|
||
|
pkgdesc="dotfiles and stuff"
|
||
|
url="https://git.ptrc.gay/ptrcnull/ptrcports"
|
||
|
arch="noarch"
|
||
|
license="BSD-2-Clause"
|
||
|
depends="
|
||
|
curl
|
||
|
file
|
||
|
git
|
||
|
htop
|
||
|
inxi
|
||
|
iproute2
|
||
|
lsblk
|
||
|
nano
|
||
|
openssh-client
|
||
|
openssh-server
|
||
|
pam-rundir
|
||
|
pciutils
|
||
|
procps
|
||
|
ripgrep
|
||
|
rsync
|
||
|
starship
|
||
|
tmux
|
||
|
usbutils
|
||
|
zsh
|
||
|
zsh-autosuggestions
|
||
|
zsh-completions
|
||
|
zsh-syntax-highlighting
|
||
|
"
|
||
|
subpackages="$pkgname-desktop"
|
||
|
builddir="$srcdir"
|
||
|
options="!check" # uwu
|
||
|
|
||
|
package() {
|
||
|
mkdir -p "$pkgdir"
|
||
|
}
|
||
|
|
||
|
desktop() {
|
||
|
depends="
|
||
|
$pkgname
|
||
|
|
||
|
font-noto
|
||
|
logwrap
|
||
|
mesa-dri-gallium
|
||
|
rofi-calc
|
||
|
rofi-emoji
|
||
|
rofi-wayland
|
||
|
seatd
|
||
|
sway
|
||
|
swaybg
|
||
|
swaync
|
||
|
wayvnc
|
||
|
"
|
||
|
|
||
|
mkdir -p "$subpkgdir"
|
||
|
}
|