2023-04-25 17:15:25 +00:00
|
|
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
|
|
pkgname=ptrc
|
2023-10-30 18:55:09 +00:00
|
|
|
pkgver=9
|
2023-05-17 12:57:11 +00:00
|
|
|
pkgrel=0
|
2023-04-25 17:15:25 +00:00
|
|
|
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() {
|
2023-05-03 01:10:26 +00:00
|
|
|
depends="
|
|
|
|
bat
|
|
|
|
curl
|
|
|
|
doas
|
2023-10-20 01:44:39 +00:00
|
|
|
dtrx
|
2023-05-03 01:10:26 +00:00
|
|
|
fd
|
2023-10-30 07:57:43 +00:00
|
|
|
file
|
2023-05-03 01:10:26 +00:00
|
|
|
git
|
|
|
|
htop
|
|
|
|
inxi
|
|
|
|
iproute2
|
|
|
|
lsblk
|
|
|
|
nano
|
|
|
|
openssh-client
|
|
|
|
openssh-server
|
|
|
|
pam-rundir
|
|
|
|
pciutils
|
|
|
|
procps
|
|
|
|
ripgrep
|
|
|
|
rsync
|
2023-10-30 07:57:43 +00:00
|
|
|
sed
|
2023-05-03 01:10:26 +00:00
|
|
|
starship
|
|
|
|
tmux
|
2023-10-30 07:57:43 +00:00
|
|
|
unzip
|
2023-05-03 01:10:26 +00:00
|
|
|
usbutils
|
2023-05-17 12:57:11 +00:00
|
|
|
util-linux-login
|
2023-05-03 01:10:26 +00:00
|
|
|
zsh
|
|
|
|
zsh-autosuggestions
|
|
|
|
zsh-completions
|
|
|
|
zsh-syntax-highlighting
|
|
|
|
"
|
2023-04-25 17:15:25 +00:00
|
|
|
mkdir -p "$pkgdir"
|
|
|
|
}
|
|
|
|
|
|
|
|
desktop() {
|
|
|
|
depends="
|
2023-05-03 01:10:26 +00:00
|
|
|
$pkgname=$pkgver-r$pkgrel
|
2023-04-25 17:15:25 +00:00
|
|
|
|
2023-10-30 09:33:27 +00:00
|
|
|
adwaita-icon-theme
|
2023-10-30 07:57:43 +00:00
|
|
|
brightnessctl
|
|
|
|
dinit
|
2023-04-25 17:15:25 +00:00
|
|
|
font-noto
|
2023-10-30 07:57:43 +00:00
|
|
|
font-twemoji
|
|
|
|
foot
|
2023-10-30 18:55:09 +00:00
|
|
|
grim
|
2023-05-17 13:31:05 +00:00
|
|
|
i3status-rust
|
2023-04-25 17:15:25 +00:00
|
|
|
logwrap
|
|
|
|
mesa-dri-gallium
|
2023-10-30 07:57:43 +00:00
|
|
|
pipewire
|
|
|
|
pipewire-pulse
|
2023-04-25 17:15:25 +00:00
|
|
|
rofi-calc
|
|
|
|
rofi-emoji
|
|
|
|
rofi-wayland
|
|
|
|
seatd
|
2023-10-30 18:55:09 +00:00
|
|
|
slurp
|
2023-04-25 17:15:25 +00:00
|
|
|
sway
|
|
|
|
swaybg
|
2023-10-30 18:55:09 +00:00
|
|
|
swayimg
|
2023-04-25 17:15:25 +00:00
|
|
|
swaync
|
|
|
|
wayvnc
|
2023-10-30 07:57:43 +00:00
|
|
|
wireplumber
|
2023-05-17 13:31:05 +00:00
|
|
|
xdg-desktop-portal
|
|
|
|
xdg-desktop-portal-gtk
|
|
|
|
xdg-desktop-portal-wlr
|
|
|
|
xwayland
|
2023-04-25 17:15:25 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
mkdir -p "$subpkgdir"
|
|
|
|
}
|