Search Criteria
Package Details: tin-summer 1.21.14-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tin-summer.git (read-only, click to copy) |
---|---|
Package Base: | tin-summer |
Description: | Find build artifacts that are taking up disk space |
Upstream URL: | https://github.com/vmchale/tin-summer |
Licenses: | BSD |
Conflicts: | mono |
Submitter: | jennifer |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-19 22:47 (UTC) |
Last Updated: | 2024-03-27 09:17 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
jennifer commented on 2020-05-24 01:36 (UTC)
Thanks; updated & disowned because I don't use this.
alerque commented on 2020-05-23 19:56 (UTC)
This package needs to register
conflicts=('mono')
because it clashes with/usr/bin/sn
.mischka commented on 2018-05-07 13:04 (UTC)
Using rustup instead would be nice for me, as my default rust toolchain is stable and I don't really want to change it to install this, so I just installed it using cargo directly myself instead.
Would be great if you wouldn't mind changing it to use
rustup run nightly cargo
, thank you!jennifer commented on 2018-02-16 15:15 (UTC)
Source? Other Rust packages don't do that.
bb010g commented on 2018-02-16 04:51 (UTC)
cargo
should only be ran directly if the user does not have rustup installed.rustup run nightly cargo
should be used if available.