Search Criteria
Package Details: intermodal 0.1.14-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/intermodal.git (read-only, click to copy) |
---|---|
Package Base: | intermodal |
Description: | User-friendly and featureful CLI BitTorrent metainfo utility, written in Rust |
Upstream URL: | https://github.com/casey/intermodal |
Keywords: | cli rust torrent |
Licenses: | custom:CC0 |
Conflicts: | intermodal-bin |
Submitter: | murlakatamenka |
Maintainer: | murlakatamenka |
Last Packager: | murlakatamenka |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-11 12:01 (UTC) |
Last Updated: | 2024-09-19 10:57 (UTC) |
Dependencies (4)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- libgit2 (libgit2-gitAUR) (make)
- libssh2 (libssh2-gitAUR) (make)
Latest Comments
katt commented on 2024-09-13 19:43 (UTC)
@venusanker Building without lto does indeed work, and it seems 0.1.14-1 removed the !lto option, but it is clearly still needed at least for building in a chroot.
<deleted-account> commented on 2024-09-10 21:53 (UTC)
@katt Try adding options=(!lto) to your PKGBUILD as suggested by this comment on GitHub: https://github.com/casey/intermodal/issues/516#issuecomment-1675439773
katt commented on 2024-09-06 21:40 (UTC)
0.1.14-1 fails to build with
error: linking with
ccfailed: exit status: 1
full error (massive) here: https://gist.github.com/kattjevfel/791c57b6207babfca945034c8d33160f
Sharparam commented on 2023-05-27 18:54 (UTC) (edited on 2024-09-11 03:13 (UTC) by Sharparam)
Seems to be broken now. Fails to build because it cannot find openssl (even after adding it to
makedepends
and even trying it outside of chroot).Specifically, it's the completion-scripts step that fails.
murlakatamenka commented on 2021-02-24 23:22 (UTC)
Awesome, good luck!
m040601 commented on 2021-02-24 21:17 (UTC)
@murlakatamenka
Thanks ! Perfect this way, with intermodal-bin as quick install option without the docs.
yes, just the md's. It's perfectly readable and usefull without more processing.
So that one doesnt' have to hunt and peck in another window browser for the docs. Or check for updates in the docs in the git repo.
No need for complicating the PKGBUILD to build the html from the md's. I also know also mdbook. Whoever wants html's, can use it to compile the html's themselves.
murlakatamenka commented on 2021-02-17 11:55 (UTC) (edited on 2021-02-24 23:18 (UTC) by murlakatamenka)
Hey, thank you for constructive feedback!
To be clear: you are interested in just .md files from the book, right? The book itself is build and served with
mdbook
, it's popular in Rust community.edit: I've added the book, hope that's what you need from the package.
m040601 commented on 2021-02-16 02:45 (UTC)
Thanks for creating this PKGBUILD.
In addition to the man page (very brief) and zsh/bash completions, the repo of this package includes extremelly usefull and important docs.
The developer calls it "the book"
It is available as compiled html at https://imdl.io/book/
The source is in the repo, as simple markdown md files in the folder 'book' https://github.com/casey/intermodal/
Please update the PKGBUILD so that we get these md files in
/usr/share/doc/intermodal/book/