Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rillig/pkglint
Verifier for pkgsrc packages
https://github.com/rillig/pkglint
lint makefile pkgsrc shell
Last synced: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T20:23:01.000Z (7 months ago)
- Last Synced: 2024-04-10T00:35:30.879Z (7 months ago)
- Topics: lint, makefile, pkgsrc, shell
- Language: Go
- Size: 8.22 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/rillig/pkglint/branch/master/graph/badge.svg)](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).