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