ptrcports/ptrc/APKBUILD

71 lines
958 B
Text
Raw Normal View History

2023-04-25 17:15:25 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=ptrc
2023-05-17 13:31:05 +00:00
pkgver=5
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
file
fd
git
htop
inxi
iproute2
lsblk
nano
openssh-client
openssh-server
pam-rundir
pciutils
procps
ripgrep
rsync
starship
tmux
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-04-26 12:06:51 +00:00
foot
2023-04-25 17:15:25 +00:00
font-noto
2023-05-17 13:31:05 +00:00
i3status-rust
2023-04-25 17:15:25 +00:00
logwrap
mesa-dri-gallium
rofi-calc
rofi-emoji
rofi-wayland
seatd
sway
swaybg
swaync
wayvnc
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"
}