diff options
author | Leon Kowarschick | 2020-05-11 12:06:09 +0200 |
---|---|---|
committer | Leon Kowarschick | 2020-05-11 12:06:09 +0200 |
commit | 5a09237095d976a500f20f7be527beee2f164b03 (patch) | |
tree | 10c3322f345de3b1e38986fde428f213a1a5888a /.SRCINFO | |
download | aur-5a09237095d976a500f20f7be527beee2f164b03.tar.gz |
Init
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..41a36321757 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = pipr-bin + pkgdesc = A commandline-utility to interactively build complex shell pipelines + pkgver = 0.0.11 + pkgrel = 1 + url = https://gitlab.com/Elkowar/pipr + arch = i686 + arch = x86_64 + arch = armv6h + arch = armv7h + license = MIT + optdepends = bubblewrap: run commands in isolation. STRONGLY RECOMMENDED! + source = pipr::https://gitlab.com/Elkowar/pipr/uploads/9a4eb309170edb8880d550187e87a8a9/pipr + source = pipr-git::git+https://gitlab.com/Elkowar/pipr.git + md5sums = SKIP + md5sums = SKIP + +pkgname = pipr-bin + |