Search Criteria
Package Details: himalaya-git r713.681837b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/himalaya-git.git (read-only, click to copy) |
---|---|
Package Base: | himalaya-git |
Description: | CLI to manage emails, written in Rust |
Upstream URL: | https://github.com/pimalaya/himalaya |
Keywords: | cli email imap pimalaya rust smtp |
Licenses: | MIT |
Conflicts: | himalaya |
Provides: | himalaya |
Submitter: | emilio-r |
Maintainer: | None |
Last Packager: | adamperkowski |
Votes: | 3 |
Popularity: | 0.022498 |
First Submitted: | 2021-04-04 18:11 (UTC) |
Last Updated: | 2024-09-12 03:54 (UTC) |
Dependencies (7)
- 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)
- openssl (openssl-gitAUR, openssl-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- rustup (rustup-gitAUR) (make)
- gpgme (gpgme-gitAUR) (optional) – encryption
- notmuch-runtime (notmuch-runtime-gitAUR) (optional) – notmuch backend through cargo features
Latest Comments
1 2 Next › Last »
jcdenton commented on 2024-06-08 18:33 (UTC)
I get the following build error:
JostBrand commented on 2024-02-10 12:47 (UTC)
build failed
bvr commented on 2024-02-05 18:29 (UTC)
looks like need to generate and add completions for bash/zsh/fish
fauxmight commented on 2023-01-06 18:09 (UTC) (edited on 2023-01-06 18:10 (UTC) by fauxmight)
@emilio-r: Thank you for the update. This builds and installs cleanly. I am woefully unfamiliar with rust and while my method allowed compilation, I am sure that yours is more accurate/appropriate to addressing the situation.
emilio-r commented on 2023-01-06 18:03 (UTC)
@fauxmight: Thanks for the report. I fixed the PKGBUILD, but kept the
--frozen
flags. I also addednotmuch-runtime
tooptdepends
and removednotmuch-backend
fromcargo --features
.fauxmight commented on 2022-12-31 15:01 (UTC) (edited on 2022-12-31 15:03 (UTC) by fauxmight)
This fails with the following error unless one removes
--locked
fromRUSTUP_TOOLCHAIN
inbuild()
ALSO: The build fails with the following error unless one removes
--frozen
fromRUSTUP_TOOLCHAIN
incheck()
ALSO: The build fails unless
notmuch
is added todepends
polyzen commented on 2022-03-09 08:54 (UTC) (edited on 2022-03-10 03:17 (UTC) by polyzen)
Patch to sync with work done in the repo package: https://bugs.archlinux.org/task/74082
Excludes the
--target "$CARCH-unknown-linux-gnu"
flag forcargo fetch
so the package still works for users on other architectures.Switches to the development branch, which is where the work is done. The master branch matches the latest release.
Edit: Fixed the patch. Accidentally used the
tag
fragment instead ofbranch
when switching back from testing a particular commit.emilio-r commented on 2021-10-15 08:32 (UTC)
@brunomiguel: Thanks for the heads up. Should be fixed with the latest PKGBUILD.
brunomiguel commented on 2021-10-13 19:08 (UTC) (edited on 2021-10-13 19:11 (UTC) by brunomiguel)
I'm trying to build this package, but I keep getting this error:
If I disable the check() step, I can build it
emilio-r commented on 2021-05-05 11:27 (UTC)
@rakoo: Thank you for the heads up! Just pushed your fix to the AUR :) Also, thanks so much for adding the info to the wiki!
1 2 Next › Last »