Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877883 - sys-fs/ncdu-bin - please rename binary to ncdu
Summary: sys-fs/ncdu-bin - please rename binary to ncdu
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jakov Smolić
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-22 07:21 UTC by Tomáš Mózes
Modified: 2022-10-22 07:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2022-10-22 07:21:41 UTC
Currently we do:

src_install() {
        newbin ncdu ncdu-bin
}

However this breaks the previous flow when you just type ncdu. Is there a reason to call it ncdu-bin? I thought the bin version is there not to bring in zig or install zig-bin (for such a small tool). Maybe we could just add a blocker on ncdu and thus keep the ncdu binary name (as upstream uses).

Thanks