Package Details: kumono-bin 0.69.1-1

Git Clone URL: https://aur.archlinux.org/kumono-bin.git (read-only, click to copy)
Package Base: kumono-bin
Description: Media ripper for coomer and kemono
Upstream URL: https://github.com/APT37/kumono
Keywords: coomer kemono
Licenses: MIT-0
Conflicts: kumono, kumono-git
Provides: kumono
Submitter: APT37
Maintainer: APT37
Last Packager: APT37
Votes: 2
Popularity: 0.58
First Submitted: 2025-06-09 13:59 (UTC)
Last Updated: 2026-02-06 22:20 (UTC)

Dependencies (0)

Required by (0)

Sources (3)

Latest Comments

APT37 commented on 2025-12-31 19:39 (UTC)

@mAmineChniti This is not the case.

mAmineChniti commented on 2025-12-31 19:15 (UTC)

this is missing the -t flag without it the binary won't be correctly placed

install -Dm755 "kumono-$pkgver-$arch" "$pkgdir/usr/bin/kumono"

the line should be

install -Dm755 "kumono-$pkgver-$arch" -t "$pkgdir/usr/bin/kumono"

APT37 commented on 2025-08-01 02:45 (UTC)

@Dominiquini Thank you for informing me about the existence of this tool, I'll integrate it into my workflow. It does not complain about the LICENSE being in the wrong location, so I'll leave it as is for now.

Dominiquini commented on 2025-08-01 02:37 (UTC)

@AFT37: I really don´t know what is the correct! I showed you the output of the command "namcap". It is distributed by the Arch by a package of the same name! I always run "namcap --info #ZST# before upload some package to the aur! Thanks.

APT37 commented on 2025-08-01 02:24 (UTC) (edited on 2025-08-01 02:25 (UTC) by APT37)

@Dominiquini You're welcome.

To my understanding, the location should match the software name, but I might adjust that - given the output you pasted.

Dominiquini commented on 2025-08-01 02:21 (UTC) (edited on 2025-08-01 02:22 (UTC) by Dominiquini)

@APT37 Sorry, only a suggestion!

About the location, I always thought that folders should be identical to the name of the package:

$ namcap *zst
-> kumono-bin E: Uncommon license identifiers such as 'MIT-0' require license files below /usr/share/licenses/kumono-bin/ or switching to common license identifiers. Found 0/1 required license files.

APT37 commented on 2025-08-01 02:07 (UTC) (edited on 2025-08-01 02:08 (UTC) by APT37)

@Dominiquini Is that a command? ;)

Besides that the locations you suggested are wrong. They correct ones have been added.

Dominiquini commented on 2025-08-01 00:10 (UTC) (edited on 2025-08-01 00:11 (UTC) by Dominiquini)

Add 'LICENSE' and 'README.md' in this package!

/usr/share/licenses/kumono-bin/LICENSE

/usr/share/doc/kumono-bin/README.md

Thanks