# Maintainer: memdmp _pkgname="zuwu" pkgname="zsh-$_pkgname" pkgver=0.3.2 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=" a613275791a1db4b8d6aea808231a0a5295cb491bd07db8d25e678c2f81ad930b8b13b51f3ab2e18b09629ca4ff5402b189c3bd02fcb1de90fc386118f180045 zuwu-0.3.2.tar.lz "