mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
25 lines
969 B
Text
25 lines
969 B
Text
Source: fish
|
|
Section: shells
|
|
Priority: optional
|
|
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
|
Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
|
|
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
|
|
# Test dependencies
|
|
locales-all, python3
|
|
Standards-Version: 4.1.5
|
|
Homepage: https://fishshell.com/
|
|
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
|
Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|
|
|
Package: fish
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), gettext-base, man-db,
|
|
procps, python3 (>=3.5)
|
|
Conflicts: fish-common
|
|
Recommends: xsel (>=1.2.0)
|
|
Suggests: xdg-utils
|
|
Description: friendly interactive shell
|
|
Fish is a command-line shell for modern systems, focusing on user-friendliness,
|
|
sensibility and discoverability in interactive use. The syntax is simple, but
|
|
not POSIX compliant.
|