Search Criteria
Package Details: gitui-git 0.23.0.r17.gc1e20958-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.000002 |
First Submitted: | 2020-12-28 16:55 (UTC) |
Last Updated: | 2024-03-27 21:52 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libgit2 (libgit2-gitAUR)
- libgit2.so (libgit2)
- libxcb (libxcb-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
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=gcc
first; 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 --tags
to 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
diff
them 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-build
from 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.
alerque commented on 2021-09-09 19:48 (UTC)
This package could not be built for a while but should work now. The issue wasa upstream, but...
Would you consider adding me as a co-maintainer to this? I'm one of the maintainers of gitui and the author of most of the Rust package guidelines. I'd like to bring this more in line with both the [community] package and the guidelines so that the VCS version is usable as a way to test upstream things before they land in a release. For example today the upstream for this project asked here whether the bug was fixed.