summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD23
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ea7b4e6ec4e0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = allshells
+ pkgdesc = Metapackage for all AUR and official repository shells
+ pkgver = 1
+ pkgrel = 1
+ url = https://www.archlinux.org/
+ arch = any
+ license = none
+ depends = bash
+ depends = dash
+ depends = mksh
+ depends = zsh
+ depends = tcsh
+ depends = elvish
+ depends = fish
+ depends = nash-git
+ depends = oh-git
+ depends = powershell
+ depends = 9base
+ depends = xonsh
+
+pkgname = allshells
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1e4ad3e0a9dc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: blacktea <blackteahamburger@outlook.com>
+
+pkgname=allshells
+pkgver=1
+pkgrel=1
+pkgdesc='Metapackage for all AUR and official repository shells'
+arch=('any')
+license=('none')
+url="https://www.archlinux.org/"
+depends=(
+ 'bash'
+ 'dash'
+ 'mksh'
+ 'zsh'
+ 'tcsh'
+ 'elvish'
+ 'fish'
+ 'nash-git'
+ 'oh-git'
+ 'powershell'
+ '9base'
+ 'xonsh'
+)