# Maintainer: memdmp _pkgname="zuwu" pkgname="zsh-$_pkgname" pkgver=0.3.1 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 $pkgname.post-deinstall" 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=" a132f239939ba7c7cf463c8b4efa408a05a21c1f1ff11c9cb3aeb929f1f13dfc1fe95981d6ca8ea0f0a794ebb67b47268ebca60aa7fbe87a2e4305d94275aff1 zuwu-0.3.1.tar.lz "