# Maintainer: Maxim Moseychuk # Maintainer: oozyslug # Contributor: oozyslug # Submitter: oozyslug _pkgname=antigen pkgname=antigen-git pkgver=v2.2.3.r6.gc91f77c pkgrel=1 pkgdesc="A plugin manager for zsh, inspired by oh-my-zsh and vundle." arch=('any') url="https://github.com/zsh-users/antigen" source=("git+https://github.com/zsh-users/antigen") md5sums=('SKIP') license=('MIT') depends=('zsh' 'git') makedepends=('make') install='antigen.install' pkgver() { cd $srcdir/$_pkgname git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } package() { cd $srcdir/$_pkgname make PREFIX=$pkgdir/usr/share/zsh build make PREFIX=$pkgdir/usr/share/zsh install }