loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem
https://ls-lint.org
MIT License
1.74k stars 32 forks source link

AUR package #110

Open fuero opened 1 year ago

fuero commented 1 year ago

just fyi: I've created an AUR package for ls-lint, comments are welcome.

thiagowfx commented 2 months ago

I would remove the conflicts line (https://wiki.archlinux.org/title/PKGBUILD):

conflicts=("${_repo_name}-git")

In general, it's the -git package that needs to conflict with the base package, not the other way around.

Also, _repo_prefix could be inlined.

Also, what is the point of clean() with an echo? It could be completely removed.

The rest of the PKGBUILD looks fine. :)