ptrc: speedup build
This commit is contained in:
parent
8b9b139a94
commit
6910f9192a
1 changed files with 29 additions and 29 deletions
|
@ -2,49 +2,49 @@
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=ptrc
|
pkgname=ptrc
|
||||||
pkgver=3
|
pkgver=3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="dotfiles and stuff"
|
pkgdesc="dotfiles and stuff"
|
||||||
url="https://git.ptrc.gay/ptrcnull/ptrcports"
|
url="https://git.ptrc.gay/ptrcnull/ptrcports"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
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
|
|
||||||
"
|
|
||||||
subpackages="$pkgname-desktop"
|
subpackages="$pkgname-desktop"
|
||||||
builddir="$srcdir"
|
builddir="$srcdir"
|
||||||
options="!check" # uwu
|
options="!check" # uwu
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
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
|
||||||
|
"
|
||||||
mkdir -p "$pkgdir"
|
mkdir -p "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
desktop() {
|
desktop() {
|
||||||
depends="
|
depends="
|
||||||
$pkgname
|
$pkgname=$pkgver-r$pkgrel
|
||||||
|
|
||||||
foot
|
foot
|
||||||
font-noto
|
font-noto
|
||||||
|
|
Loading…
Reference in a new issue