Search Criteria
Package Details: trash-d 19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/trash-d.git (read-only, click to copy) |
---|---|
Package Base: | trash-d |
Description: | A near drop-in replacement for rm that uses the trash bin. Written in D |
Upstream URL: | https://github.com/rushsteve1/trash-d |
Keywords: | cli delete file trash |
Licenses: | GPL |
Conflicts: | trash-cli |
Submitter: | Occhioverde03 |
Maintainer: | fbearoff |
Last Packager: | fbearoff |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2022-03-22 21:00 (UTC) |
Last Updated: | 2023-05-16 14:48 (UTC) |
Dependencies (5)
- dmd (make)
- dub (dub-gitAUR) (make)
- ruby (make)
- ruby-rake (ruby-rake-12AUR) (make)
- ruby-ronn-ng (make)
Latest Comments
Occhioverde03 commented on 2022-07-14 18:20 (UTC)
bulletmark: Thank you for your comment! I updated the PKGBUILD to include the conflict clause.
bulletmark commented on 2022-07-05 22:53 (UTC)
Installing this fails when trash-cli (from standard community packages) is installed:
Need to add
conflicts=("trash-cli")
to the PKGBUILD.Occhioverde03 commented on 2022-07-01 13:11 (UTC)
@MonadGauge: Absolutely. I've already updated the PKGBUILD file to leverage the new tooling used by the developer to build the manpage alongside the executable. Now I'm just waiting for a new release (since the latest one still uses the old build system) to push it to the AUR.
MonadGauge commented on 2022-06-24 13:41 (UTC)
Hey, thanks for packaging this! Do you think you can edit the pkgbuild to add the man page on install?