ptrc: new ptrcport
This commit is contained in:
parent
39c4405100
commit
3438fa843c
1 changed files with 60 additions and 0 deletions
60
ptrc/APKBUILD
Normal file
60
ptrc/APKBUILD
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
# 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"
|
||||||
|
}
|
Loading…
Reference in a new issue