updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / zsh-virtualbox / PKGBUILD
blob6165d0d8cd18d61aad52a0c7ccc36690a861b05f
1 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
3 pkgname=zsh-virtualbox
4 pkgver=0.2
5 pkgrel=2
6 pkgdesc="ZSH autocompletion definitions for the Oracle VirtualBox command line utilities"
7 arch=(any)
8 url="https://github.com/mtorromeo/zsh-virtualbox"
9 license=('BSD')
10 depends=(zsh)
11 source=("$pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/$pkgname/tarball/v$pkgver")
13 build() {
14         cd "$srcdir/mtorromeo-$pkgname-ed0c917"
15         install -m0755 -d "$pkgdir/usr/share/zsh/site-functions"
16         install -m0644 site-functions/* "$pkgdir/usr/share/zsh/site-functions"
17         install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
20 md5sums=('9adf10ecab84cea0d1c64de02b36b04b')