summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 531840152abd936f53347e2f3d2f1d679b1da43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
pkgname='runit-completion'
pkgver=20200826
pkgrel=1
pkgdesc="Bash completion for Runit"
arch=('any')
license=('BSD')
makedepends=(sed)
depends=(bash-completion)
optdepends=( 'runit: like the entire reason for using this package')
source=('sv::https://raw.githubusercontent.com/void-linux/runit/master/completions/sv.bash')
md5sums=('95ff0204b1a4f14f5a777018898b6135')