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>
|
||||
pkgname=ptrc
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="dotfiles and stuff"
|
||||
url="https://git.ptrc.gay/ptrcnull/ptrcports"
|
||||
arch="noarch"
|
||||
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"
|
||||
builddir="$srcdir"
|
||||
options="!check" # uwu
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
desktop() {
|
||||
depends="
|
||||
$pkgname
|
||||
$pkgname=$pkgver-r$pkgrel
|
||||
|
||||
foot
|
||||
font-noto
|
||||
|
|
Loading…
Reference in a new issue