ptrcports/ptrc/APKBUILD

65 lines
841 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-03 00:24:53 +00:00
pkgver=3
2023-05-03 01:10:26 +00:00
pkgrel=1
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
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
logwrap
mesa-dri-gallium
rofi-calc
rofi-emoji
rofi-wayland
seatd
sway
swaybg
swaync
wayvnc
"
mkdir -p "$subpkgdir"
}