summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 898b8ea77e836df5c6bec04040bdaba85c9dee44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: solnce <echo c29sbmNlQHJhdGFqY3phay5vbmU= | base64 -d>
pkgname=aurman-zsh-completion
pkgver=2.16.10
pkgrel=2
pkgdesc="ZSH completion for aurman"
arch=('any')
url="https://github.com/steven-omaha/aurman-zsh-completion"
license=('MIT')
depends=('zsh' 'aurman' 'cower')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/steven-omaha/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('cf6ce90ca6b1cf5b552983ace5673201433ed5ce5374faedaab53569e414db59')

package() {
    cd "$srcdir/$pkgname-$pkgver"
    install -Dm644 _aurman "$pkgdir/usr/share/zsh/site-functions/_aurman"
}