summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcapezotte2021-07-19 13:28:31 -0300
committercapezotte2021-07-19 13:28:31 -0300
commitceaa46a26f9defe80bd99fbc6f68d2daaa3b8f8e (patch)
treec02017b9dbf869f105bdf233c94849653ea85db7
downloadaur-ceaa46a26f9defe80bd99fbc6f68d2daaa3b8f8e.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b6ab4b65f666
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = runit-completion
+ pkgdesc = Bash completion for Runit
+ pkgver = 20200826
+ pkgrel = 1
+ 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
+
+pkgname = runit-completion
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..531840152abd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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')