https://github.com/rillig/pkglint
Verifier for pkgsrc packages
https://github.com/rillig/pkglint
lint makefile pkgsrc shell
Last synced: 11 months ago
JSON representation
Verifier for pkgsrc packages
- Host: GitHub
- URL: https://github.com/rillig/pkglint
- Owner: rillig
- License: bsd-2-clause
- Created: 2018-01-13T23:09:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T06:00:05.000Z (11 months ago)
- Last Synced: 2025-04-11T06:31:17.909Z (11 months ago)
- Topics: lint, makefile, pkgsrc, shell
- Language: Go
- Size: 7.72 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/rillig/pkglint)
pkglint detects common mistakes and stylistic issues in
[pkgsrc](https://www.pkgsrc.org/) package definitions.
It produces warnings, errors and notes and, upon request, explains them.
Before importing a new package or making changes to an existing package,
pkglint should be run in the package's directory to check for common
errors.
----
For an introduction to programming and extending pkglint,
see [The pkglint tour](v23/codewalk.md).