parch-zsh-config/PKGBUILD

18 lines
280 B
Text
Raw Normal View History

2024-11-17 01:06:18 +03:30
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
}