ptrc: speedup build
This commit is contained in:
parent
8b9b139a94
commit
6910f9192a
1 changed files with 29 additions and 29 deletions
|
@ -2,11 +2,16 @@
|
|||
# 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"
|
||||
subpackages="$pkgname-desktop"
|
||||
builddir="$srcdir"
|
||||
options="!check" # uwu
|
||||
|
||||
package() {
|
||||
depends="
|
||||
bat
|
||||
curl
|
||||
|
@ -34,17 +39,12 @@ depends="
|
|||
zsh-completions
|
||||
zsh-syntax-highlighting
|
||||
"
|
||||
subpackages="$pkgname-desktop"
|
||||
builddir="$srcdir"
|
||||
options="!check" # uwu
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
||||
desktop() {
|
||||
depends="
|
||||
$pkgname
|
||||
$pkgname=$pkgver-r$pkgrel
|
||||
|
||||
foot
|
||||
font-noto
|
||||
|
|
Loading…
Reference in a new issue