Search Criteria
Package Details: nushell 0.25.1-1
Git Clone URL: | https://aur.archlinux.org/nushell.git (read-only, click to copy) |
---|---|
Package Base: | nushell |
Description: | A new type of shell. |
Upstream URL: | https://www.nushell.sh |
Keywords: | rust shell |
Licenses: | |
Submitter: | kbumsik |
Maintainer: | KokaKiwi (flaviut, onlineamateur) |
Last Packager: | KokaKiwi |
Votes: | 10 |
Popularity: | 0.44 |
First Submitted: | 2019-08-26 00:55 |
Last Updated: | 2021-01-06 12:04 |
Dependencies (7)
- libgit2 (libgit2-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxcb (libxcb-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- python (python-dbg) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
icewind commented on 2020-01-17 09:56
0.8 requires libxcb as a dependency and python as makedepends
kbumsik commented on 2019-12-30 06:35
I used to use
rustup
because because nushell used to requirerustup toolchain install nightly
months ago. Now thinking about it, you are right. We can just userust
now. Thanks for pointing me out.Svenstaro commented on 2019-12-30 05:03
You're doing
rustup toolchain install stable
. Why not just have makedepends onrust
and that's that? Therust
package in Arch is always going to be stable. For people usingrustup
, things are going to continue working just fine due to itsprovides=('rust')
.kbumsik commented on 2019-12-30 04:59
@icewind I've added rustup toolchain install stable in build(). Thanks.
@Svenstaro I revised the package not to ship /usr/.crates2.json. Thanks for reporting.
Svenstaro commented on 2019-12-27 15:30
This package adds
/usr/.crates2.json
which should be removed.icewind commented on 2019-12-17 14:55
When building in a chroot rustup will probably not have a default toolchain installed
adding
rustup toolchain install stable
should resolve the issue and not have an impact when building outside a chrootkbumsik commented on 2019-12-11 17:35
@Svenstaro A this project is under heavy development and keeps adding binaries, I would not change install commands in
package()
for every release. So I would use one-does-all command for now. And I removed/usr/.crates.toml
in the package. Thanks for letting me know!@icewind I removed beta in the install script. Thanks!
icewind commented on 2019-11-11 15:39
using beta is no longer required with 1.39 released
Svenstaro commented on 2019-11-09 09:56
You shouldn't do building within
package()
. You should prefer to build inbuild()
and then install stuff to$pkgver
. Also, you're currently installing/usr/.crates.toml
in the package.yamboy1 commented on 2019-11-08 02:57
Just a note for the maintainer, the format of the download link has changed slightly, and uses underscores instead of periods for the version number.
<https://github.com/nushell/nushell/archive/0_5_0.tar.gz>