# Maintainer: memdmp _pkgname="zuwu" pkgname="zsh-$_pkgname" pkgver=0.1.0 pkgrel=0 pkgdesc="Opinionated ZSH \"Microframework\" to give a baseline usable experience" url="https://git.estrogen.zone/zuwu.git/" arch="all" license="MIT" depends="zsh" makedepends="lzip" install="$pkgname.post-install" subpackages="" source="https://git.estrogen.zone/zuwu.git/snapshot/$_pkgname-$pkgver.tar.lz" builddir="$srcdir/$_pkgname-$pkgver" options="!check" build() { return 0 } package() { mkdir -p "$pkgdir" PREFIX="$pkgdir/usr" ./install.zsh } # TODO: write examples :3 sha512sums=" 1b4be04f471fdf3f343b863568b2ccdfd46c77d6bafa8e8f118fc226fa0b43c752e16dfde81cf53a3be681227f56c7b544e49c6247a1d07035438bca373788e6 zuwu-0.1.0.tar.lz "