Search Criteria
Package Details: gitui-git 0.27.0.r107.gfd46b9a0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gitui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gitui-git |
| Description: | Blazing fast terminal-ui for git written in Rust |
| Upstream URL: | https://github.com/extrawurst/gitui |
| Licenses: | MIT |
| Conflicts: | gitui |
| Provides: | gitui |
| Submitter: | thynkon |
| Maintainer: | alerque |
| Last Packager: | alerque |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-28 16:55 (UTC) |
| Last Updated: | 2025-11-26 16:58 (UTC) |
Dependencies (13)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgit2 (libgit2-gitAUR)
- libgit2.so (libgit2)
- libssh2 (libssh2-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11 (or xsel)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11 (or xclip)
Latest Comments
1 2 Next › Last »
alerque commented on 2025-08-22 16:04 (UTC)
@sizeofnull Please don't flag AUR packages as unmaintained if there are not even any comments mentioning what issue(s) need addressing.
alerque commented on 2025-08-22 15:57 (UTC)
@pludikovsky please do not flag VCS packages as out of date just because the displayed version is old, they update the version based on the source repo at the time you build them. If you want the tagged release version I maintain that in Arch repos anyway.
skyfaller commented on 2024-06-30 18:48 (UTC)
I wasn't able to build this on my Pinebook Pro running Manjaro ARM until I ran the command
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=gccfirst; then I was able to compile successfully. I don't know why or how this fixes it.FabioLolix commented on 2023-07-08 10:25 (UTC)
options=(!lto)"${pkgdir}/usr/share/licenses/${pkgname}"eclairevoyant commented on 2023-06-19 01:15 (UTC)
pkgver()should havegit describe --long --tagsto generate the right versionneeds
options=(!lto)as building in a clean chroot with LTO on results in the following error: https://gist.githubusercontent.com/eclairevoyant/5bceeb72b7d16f8327202229b0954e4c/raw/1b8828c0870e4a8cd74d2b9e9ba69236e47f90c7/error%2520logalerque commented on 2021-10-05 12:20 (UTC)
Sorry about that @shanoaice, fix incoming...
shanoaice commented on 2021-10-02 06:46 (UTC)
Hmm, seemed like that this package will install gitui inside /usr/bin/gitui/ directory; thus, I am unable to run gitui directly...
alerque commented on 2021-09-10 10:06 (UTC)
Thanks for the add. I've posted an update that matches the substance and even style of the [community] package so that it is easy to
diffthem and see what's changing. I also added a couple tidbits from the Rust package guidelines that are only relevant to AUR packages, not official repo ones (accommodations for non-chroot builders).The required libgit2-1.2.0 is currently in [staging]. I've checked that this builds against it fine (anyone wanting to replicate this can use
staging-x86_64-buildfrom the devtools package instead ofmakepkg). This will build normally as soon as all the projects that use libgit2 get rebuilt in the official repos.thynkon commented on 2021-09-10 05:09 (UTC)
Hi @alerque, I'm glad you found this package useful for you. I have added you to the list of co-maintainers of this package, so you can improve it.
If you still have any problems, please feel free to contact me.
1 2 Next › Last »