updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / zsh-systemctl / PKGBUILD
bloba1773eacd6bfd6c1666f5e29d8115f69cd1d23c3
1 # Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
2 pkgname=zsh-systemctl
3 pkgver=20111026
4 pkgrel=1
5 pkgdesc="ZSH functions to tab-complete systemctl (part of systemd) functions and services"
6 arch=(any)
7 license=('GPL')
8 url="https://github.com/foudfou/zsh-completion/tree/nolegend"
9 depends=(zsh)
10 source=('_systemctl')
11 md5sums=('d3991f0fbf1a8aedfe409f0e1f7cfc1c')
13 package() {
14   install -d -m755 ${pkgdir}/usr/share/zsh/site-functions/
15   install -m644 _systemctl ${pkgdir}/usr/share/zsh/site-functions/_systemctl