Search Criteria
Package Details: fish-git 2:3.7.1.r2398.g81ff6db62-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-or-later |
Conflicts: | fish, fish-shell |
Provides: | fish, fish-shell |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz (akiirui) |
Last Packager: | akiirui |
Votes: | 69 |
Popularity: | 0.32 |
First Submitted: | 2010-11-17 22:27 (UTC) |
Last Updated: | 2024-10-16 16:34 (UTC) |
Dependencies (11)
- 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)
- 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 (85)
- 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)
- 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)
- Show 65 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »
akiirui commented on 2023-02-20 03:46 (UTC)
Yep, I'm sure it requires
clang
to build the package.Ref: https://github.com/fish-shell/fish-shell/pull/9512#issuecomment-1409060148
And logs without
clang
Yes.
SanskritFritz commented on 2023-02-19 20:54 (UTC)
also, would you like to be co-maintainer akiirui?
SanskritFritz commented on 2023-02-19 20:51 (UTC)
you sure about clang being a hard-dependency? the readme states "a C++11 compiler (g++ 4.8 or later, or clang 3.3 or later)"
akiirui commented on 2023-02-19 18:23 (UTC) (edited on 2023-02-19 19:24 (UTC) by akiirui)
Because RIIR (https://github.com/fish-shell/fish-shell/pull/9512) has been merged to master. We need to add
cargo
andclang
to the makedepends.Here is PKGBUILD and it has been tested on a clean chroot. https://fars.ee/e6BM
akiirui commented on 2022-11-11 13:10 (UTC)
Need to add
procps-ng
to checkdepends:SanskritFritz commented on 2022-03-20 02:07 (UTC)
Nice catch, thanks for the heads-up!
IlanCosman commented on 2022-03-19 22:47 (UTC)
This fails to install due to recent Github changes.
NextAlone commented on 2021-12-15 14:19 (UTC) (edited on 2021-12-15 14:23 (UTC) by NextAlone)
@SanskritFritz some package like
fish-done
depends onfish>=2.3.0
, and nowfish-git
providesfish
without version, can't meet its depends like below.SanskritFritz commented on 2021-12-14 14:43 (UTC)
Why? Is there any compatibility problem with the new version?
NextAlone commented on 2021-12-14 14:23 (UTC) (edited on 2021-12-14 14:24 (UTC) by NextAlone)
Please modify provides like this to meet dependencies like fish>=3.2.0
provides=('fish='$pkgver 'fish-shell='$pkgver)
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »