ptrcports/ptrc/APKBUILD
2023-10-30 10:33:52 +01:00

80 lines
1.1 KiB
Text

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=ptrc
pkgver=8
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
dtrx
fd
file
git
htop
inxi
iproute2
lsblk
nano
openssh-client
openssh-server
pam-rundir
pciutils
procps
ripgrep
rsync
sed
starship
tmux
unzip
usbutils
util-linux-login
zsh
zsh-autosuggestions
zsh-completions
zsh-syntax-highlighting
"
mkdir -p "$pkgdir"
}
desktop() {
depends="
$pkgname=$pkgver-r$pkgrel
adwaita-icon-theme
brightnessctl
dinit
font-noto
font-twemoji
foot
i3status-rust
logwrap
mesa-dri-gallium
pipewire
pipewire-pulse
rofi-calc
rofi-emoji
rofi-wayland
seatd
sway
swaybg
swaync
wayvnc
wireplumber
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xwayland
"
mkdir -p "$subpkgdir"
}