parch-zsh-config/PKGBUILD

20 lines
487 B
Text
Raw Permalink Normal View History

2024-11-17 01:06:18 +03:30
pkgname=parch-zsh-config
2024-11-17 14:55:02 +03:30
pkgver=2.0
2024-11-17 01:06:18 +03:30
pkgrel=1
2024-11-17 01:47:17 +03:30
pkgdir=/usr/share/parchlinux/zsh/
2024-11-17 01:06:18 +03:30
pkgdesc="ZSH config of parch"
arch=('any')
url="https://git.parchlinux.com/settings/parch-zsh-config"
license=("GPL-3.0")
2024-11-17 01:47:17 +03:30
depends=("zsh" "zsh-autosuggestions" "spaceship-prompt" "lolcat" "curl" "zsh-history-substring-search" "zsh-syntax-highlighting" "zsh-completions")
2024-11-17 01:06:18 +03:30
source=("package.zip")
sha256sums=('SKIP')
2024-11-17 01:47:17 +03:30
install=parch.install
2024-11-17 01:06:18 +03:30
build(){
2024-11-17 01:47:17 +03:30
echo "building"
2024-11-17 01:06:18 +03:30
}
package() {
cp -r rootfs/* $pkgdir
}