Search Criteria
Package Details: fish-git 2:4.0b1.r101.gd5efef1cc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fish-git.git (read-only, click to copy) |
---|---|
Package Base: | fish-git |
Description: | User friendly shell intended mostly for interactive use. |
Upstream URL: | https://github.com/fish-shell/fish-shell |
Keywords: | shell |
Licenses: | GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0 |
Conflicts: | fish, fish-shell |
Provides: | fish, fish-shell |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz (akiirui) |
Last Packager: | akiirui |
Votes: | 72 |
Popularity: | 3.15 |
First Submitted: | 2010-11-17 22:27 (UTC) |
Last Updated: | 2024-12-31 11:05 (UTC) |
Dependencies (13)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ncurses (ncurses-gitAUR)
- pcre2 (pcre2-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- expect (check)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
- pkgfile (pkgfile-gitAUR) (optional) – command-not-found hook
- python (python37AUR, python311AUR, python310AUR) (optional) – man page completion parser / web config tool
Required by (87)
- bash-git-prompt (requires fish) (optional)
- bash-git-prompt-git (requires fish) (optional)
- bass-fish (requires fish)
- bubblejail (requires fish) (optional)
- bubblejail-git (requires fish) (optional)
- carch (requires fish) (optional)
- carch-git (requires fish) (optional)
- chruby-fish (requires fish)
- cocainate-bin (requires fish) (optional)
- ctcontainer (requires fish)
- ctpkg (requires fish)
- fish-abbreviation-tips (requires fish)
- fish-abbreviation-tips-git (requires fish)
- fish-autopair (requires fish)
- fish-autopair-git (requires fish)
- fish-bash2env (requires fish)
- fish-bass-git (requires fish)
- fish-catppuccin-frappe-git (requires fish)
- fish-catppuccin-latte-git (requires fish)
- fish-catppuccin-macchiato-git (requires fish)
- Show 67 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
ronjouch commented on 2021-02-13 02:34 (UTC) (edited on 2021-02-22 02:37 (UTC) by ronjouch)
ccache + multi-CPU compiler users, note that the recent upgrade to ccache 4.2 breaks building
fish-git
. More precisely, fish's history and race condition tests stop passing with ccache 4.2 if yourmakepkg.conf
specifies both usingccache
and aMAKEFLAGS=-jN
option. Fish tests then die with lines looking like:See ccache 4.2 with multithreading (MAKEFLAGS=-jN) breaks fish-shell tests, and it's unclear if ccache 4.1 was able to cache anything.
akiirui commented on 2021-02-07 14:48 (UTC)
@SanskritFritz Thanks, but no need to add me as a contributor. I just did copy and paste. LOL
I have added contributors of
community/fish
into PKGBUILDSanskritFritz commented on 2021-02-07 14:34 (UTC)
I'd like to credit you as a contributor. Would
# Contributor: akiirui (AUR)
be ok?SanskritFritz commented on 2021-02-07 14:32 (UTC)
Yes, that's what I thought too.
akiirui commented on 2021-02-07 12:26 (UTC)
@SanskritFritz Sorry, I forget about these, you can add it.
If need clipboard support, we should add
wl-clipboard xsel xclip
tooptdepends
Ref: 1: https://github.com/fish-shell/fish-shell/blob/master/share/functions/fish_clipboard_copy.fish 2: https://github.com/fish-shell/fish-shell/blob/master/share/functions/fish_clipboard_paste.fish
SanskritFritz commented on 2021-02-07 09:07 (UTC)
Thanks for the heads-up! Lots of deps were missing indeed. why was xsel dropped from optdepends?
akiirui commented on 2021-02-07 08:24 (UTC)
Hi, I found a missing dependency
pcre2
.And here have a new PKGBUILD base on community/fish: https://fars.ee/0Mbj
SanskritFritz commented on 2020-02-26 15:16 (UTC)
You're right, thanks and done.
brainplot commented on 2020-02-26 14:46 (UTC) (edited on 2020-02-26 14:46 (UTC) by brainplot)
According to the release notes for v3.1.0,
jq
is no longer required forbower
andyarn
completions and they will use Python if available. At this point I thinkjq
should be removed from the dependency array.crabvk commented on 2020-02-19 14:21 (UTC) (edited on 2020-02-22 00:54 (UTC) by crabvk)
Patch to 3.1.0, not for this fish-git package, but for Community's fish 3.0.2-3
Here's how to build:
(Edit: added python-sphinx to makedepends to build the documentation)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »