# Maintainer: memdmp _pkgname="zuwu" pkgname="zsh-$_pkgname" pkgver=0.4.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 $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=" 609991e335a908bd10bc568af34b9175ad7859986dd81b68e2c0bbe5ab409b83c507ef6bc73125d6dab5db835ac92941b5a88da08ef4eee5424f83395df723f2 zuwu-0.4.0.tar.lz "