diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:46:05 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:46:05 +0200 |
| commit | 351943fbbd136a935b559fb5e9fd1a10dc09fdd5 (patch) | |
| tree | 83a9c3002986462e756903da9995fa6338a3085b /aur | |
| parent | 884e1627e03fb77b0c80835d49549cc227066aa3 (diff) | |
Add rkt-git bash completions
Diffstat (limited to 'aur')
| -rw-r--r-- | aur/rkt-git/.SRCINFO | 4 | ||||
| -rw-r--r-- | aur/rkt-git/PKGBUILD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/aur/rkt-git/.SRCINFO b/aur/rkt-git/.SRCINFO index f8cc835..675fb81 100644 --- a/aur/rkt-git/.SRCINFO +++ b/aur/rkt-git/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Mon Feb 1 22:45:54 UTC 2016 pkgbase = rkt-git pkgdesc = App container runtime - pkgver = 0.11.0.r12.gfad1cb1 + pkgver = 0.16.0.r92.gfedaf31 pkgrel = 1 url = https://github.com/coreos/rkt install = rkt.install diff --git a/aur/rkt-git/PKGBUILD b/aur/rkt-git/PKGBUILD index c733477..a67578a 100644 --- a/aur/rkt-git/PKGBUILD +++ b/aur/rkt-git/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Boohbah <boohbah at gmail dot com> pkgname=rkt-git -pkgver=0.11.0.r12.gfad1cb1 +pkgver=0.16.0.r92.gfedaf31 pkgrel=1 pkgdesc="App container runtime" arch=('x86_64') @@ -45,6 +45,8 @@ package() { "${pkgdir}/usr/lib/systemd/system/${unit}" done + install -Dm644 "dist/bash_completion/rkt.bash" "${pkgdir}/usr/share/bash-completion/completions/rkt" + cd build-rkt-*+git install -Dm755 bin/rkt "$pkgdir/usr/bin/rkt" install -Dm644 bin/stage1-coreos.aci "$pkgdir/usr/lib/rkt/stage1.aci" |
