blob: 2c128da918ba6c19a176220d6fdeb08a82ea3570 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Maintainer: memdmp <memdmp@estrogen.zone>
_pkgname="zuwu"
pkgname="zsh-$_pkgname"
pkgver=0.2.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="
f66cd3462c60d467f1855cd8622962c5dd61f1c604d681c78d8db7ce8ae3c676a801731411703305d9a4fa61ae7e99b2dc4da1a6e5bd168cd6b5ed517d545517 zuwu-0.2.0.tar.lz
"
|