1 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
6 pkgdesc="ZSH autocompletion definitions for the Oracle VirtualBox command line utilities"
8 url="https://github.com/mtorromeo/zsh-virtualbox"
11 source=("$pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/$pkgname/tarball/v$pkgver")
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')