Search Criteria
Package Details: xdg-ninja-git r324.619f172-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xdg-ninja-git.git (read-only, click to copy) |
---|---|
Package Base: | xdg-ninja-git |
Description: | A shell script which checks your $HOME for unwanted files and directories. |
Upstream URL: | https://github.com/b3nj5m1n/xdg-ninja |
Licenses: | MIT |
Conflicts: | xdg-ninja |
Provides: | xdg-ninja |
Submitter: | nichobi |
Maintainer: | nichobi |
Last Packager: | nichobi |
Votes: | 21 |
Popularity: | 1.15 |
First Submitted: | 2022-05-14 09:52 (UTC) |
Last Updated: | 2023-04-23 20:39 (UTC) |
Latest Comments
gwuensch commented on 2025-03-08 23:15 (UTC)
The
bc
dependency seems unnecessary. Neitherbc
nordc
seem to be used by xdg-ninja in its current state, I couldn't even find it in any old commit. Please remove the dependency if there is no other reason for it to be there.nichobi commented on 2023-04-23 20:44 (UTC)
@Asperatus Thanks for the heads-up!
Asperatus commented on 2023-04-23 20:26 (UTC)
@nichobi FI the new xdg-ninja update also includes a make install task to automatically package the app, including docs.
In case the installation process changes in the future (e.g., to include new content), it might be safer and easier to maintain to have the
package()
process callDESTDIR="$pkgdir" PREFIX=/usr make install
, similarly to the nix flake.nichobi commented on 2022-07-04 09:07 (UTC)
Good call, thank you!
MithicSpirit commented on 2022-07-04 01:08 (UTC)
lines 28 and 29 (
sed
andtest
) should probably be inprepare
rather thanpackage
.kleintux commented on 2022-06-29 09:39 (UTC)
xdg-ninja should be listed as conflicts. thanks
fbearoff commented on 2022-06-28 12:16 (UTC)
Fails during package():
nichobi commented on 2022-05-14 16:43 (UTC)
Updated, thank you!
RubixDev commented on 2022-05-14 16:10 (UTC)
Fails during
package()
: