parch-zsh-config/PKGBUILD
2024-11-17 01:19:23 +03:30

17 lines
280 B
Bash
Executable file

pkgname=parch-zsh-config
pkgver=0.1
pkgrel=1
pkgdesc="ZSH config of parch"
arch=('any')
url="https://git.parchlinux.com/settings/parch-zsh-config"
license=("GPL-3.0")
depends=("zsh")
source=("package.zip")
sha256sums=('SKIP')
build(){
}
package() {
cp -r rootfs/* $pkgdir
}