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.02 |
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)
- fish-catppuccin-mocha-git (requires fish)
- fish-done (requires fish)
- fish-embark-theme-git (requires fish)
- fish-fastdir-git (requires fish)
- fish-fifc (requires fish)
- fish-fisher_path-git (requires fish)
- fish-fishtape (requires fish)
- fish-fzf (requires fish)
- fish-fzf-git (requires fish)
- fish-humantime (requires fish)
- fish-humantime-git (requires fish)
- fish-hydro-git (requires fish)
- fish-lsp-git (requires fish)
- fish-nvm (requires fish)
- fish-nvm-git (requires fish)
- fish-opendoas-git (requires fish)
- fish-pisces (requires fish)
- fish-pisces-git (requires fish)
- fish-prompt-nai-dusan-git (requires fish)
- fish-pure-prompt (requires fish)
- fish-pure-prompt-git (requires fish)
- fish-purify-git (requires fish)
- fish-ssh-agent-git (requires fish)
- fish-systemd-git (requires fish)
- fish-tide-git (requires fish)
- fish-z-git (requires fish)
- fisher-git (requires fish)
- fishmarks-git (requires fish)
- forgit (requires fish) (optional)
- forgit-git (requires fish) (optional)
- fry (requires fish)
- fry-git (requires fish)
- fundle-git (requires fish)
- fzf-git (requires fish) (optional)
- fzpac (requires fish) (optional)
- fzpac-git (requires fish) (optional)
- git-machete (requires fish) (optional)
- gitflow-fishcompletion-avh (requires fish)
- gmlgcd (requires fish) (check)
- guix (requires fish) (make)
- guix-git (requires fish) (optional)
- harulake (requires fish)
- mommy (requires fish) (optional)
- mum-git (requires fish) (optional)
- neet-git (requires fish)
- pak (requires fish) (optional)
- paket-bin (requires fish)
- pikaur-static (requires fish) (make)
- pikaur-static-git (requires fish) (make)
- printr-git (requires fish) (optional)
- progynosh (requires fish)
- python-themer-git (requires fish) (optional)
- releng-tool (requires fish) (optional)
- rip2-git (requires fish) (optional)
- ripgrep-git (requires fish) (optional)
- sealion (requires fish) (optional)
- shpool (requires fish) (check)
- skim-git (requires fish) (optional)
- spm-arch (requires fish) (optional)
- stalk-bin (requires fish) (optional)
- sync-current-directory-git (requires fish)
- tsubasa (requires fish)
- tsubasa-git (requires fish)
- virtualfish (requires fish)
- virtualfish-git (requires fish)
- zellij-selector (requires fish) (optional)
- zellij-selector-git (requires fish) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
rien333 commented on 2021-02-24 21:43 (UTC)
@ronjouch: Would changing the value of
MAKEFLAGS
in the PKGBUILD work? Don't really feel like messing with that value just to fix some faulty testing routine.One sort of elegant way to do this would be something like (using sd, the intuitive
sed
replacement, though you could probably express the same usingsed
):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.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »