parch-zsh-config/PKGBUILD
2024-11-17 01:06:18 +03:30

18 lines
337 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() {
find . -type d -name "__pycache__" -exec rm -rf {} +
cp -r rootfs/* $pkgdir
}