blob: 4691795733fbc14970520742254cce9af817b670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = zsh-git
pkgver = 5.9.r450.g09c5b10dc
pkgrel = 1
url = https://www.zsh.org/
arch = x86_64
license = custom
makedepends = gdbm
makedepends = git
makedepends = libcap
makedepends = pcre2
makedepends = texlive-plaingeneric
makedepends = yodl
source = zsh::git://git.code.sf.net/p/zsh/code
source = zprofile
sha256sums = SKIP
sha256sums = 230832038c3b8f67fdb1b284ac5f68d709cdb7f1bc752b0e60657b9b9d091045
pkgname = zsh-git
pkgdesc = A very advanced and programmable command interpreter (shell) for UNIX
install = zsh.install
depends = pcre2
depends = libcap
depends = gdbm
optdepends = grml-zsh-config: grml's zsh setup
optdepends = zsh-autosuggestions: Fish-like autosuggestions for zsh
optdepends = zsh-completions: Additional completion definitions for Zsh
optdepends = zsh-doc: Info, HTML and PDF format of the ZSH documentation
optdepends = zsh-history-substring-search: ZSH port of Fish history search (up arrow)
optdepends = zsh-lovers: A collection of tips, tricks and examples for the Z shell.
optdepends = zsh-syntax-highlighting: Fish shell like syntax highlighting for Zsh
optdepends = zshdb: A debugger for zsh scripts
provides = zsh
conflicts = zsh
backup = etc/zsh/zprofile
pkgname = zsh-doc-git
pkgdesc = Info, HTML and PDF format of the ZSH documentation
provides = zsh-doc
conflicts = zsh-doc
|