blob: 369b0ef23a51de8d079b46aa5852175203b3e65b (
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
|
pkgbase = liquidprompt
pkgdesc = A useful adaptive prompt for Bash & Zsh
pkgver = 2.2.1
pkgrel = 2
url = https://github.com/nojhan/liquidprompt
arch = any
license = AGPL3
depends = ncurses
depends = grep
depends = gawk
depends = sed
depends = procps-ng
depends = inetutils
depends = coreutils
optdepends = acpi: Battery and temperature status
optdepends = lm_sensors: Temperature status
optdepends = screen: Show detached GNU Screen session status
optdepends = tmux: Show detached tmux session status
optdepends = git: Show Git repository status
optdepends = mercurial: Show Mercurial repository status
optdepends = subversion: Show Subversion repository status
optdepends = breezy: Show Bazaar repository status
optdepends = fossil: Show Fossil repository status
optdepends = kubectl: Show Kubernetes context
optdepends = aws-cli: Show Amazon Web Services profile
optdepends = docker: Show Docker status
optdepends = podman: Show Podman status
optdepends = lxc: Show LXC status
optdepends = python-nodeenv: Show nodeenv virtual environment status
optdepends = nvm: Show NVM virtual environment status
optdepends = terraform: Show Terraform workspace status
optdepends = python-virtualenv: Show Python virtual environment status
conflicts = liquidprompt-git
source = https://github.com/nojhan/liquidprompt/archive/refs/tags/v2.2.1.tar.gz
sha256sums = 56e9ee1c057638795eea31c7d91a81b8e0c4afd5b57c7dc3a5e3df98fd89b483
pkgname = liquidprompt
|