srcpkgs/: adopt ansible-lint, yamllint and tokei
This commit is contained in:
parent
beb9ec7230
commit
bfddc13633
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ build_style=python3-module
|
|||
hostmakedepends="python3-setuptools"
|
||||
depends="ansible python3-six python3-yaml python3-ruamel.yaml"
|
||||
short_desc="Linter for Ansible files"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/willthames/ansible-lint"
|
||||
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
|
||||
|
|
|
@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
|
|||
depends="python3-pathspec python3-setuptools python3-yaml"
|
||||
checkdepends="python3-pathspec python3-yaml"
|
||||
short_desc="Python3 linter for YAML files"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/adrienverge/yamllint"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
|
|
|
@ -4,7 +4,7 @@ version=12.1.2
|
|||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Count lines of code"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/XAMPPRocky/tokei"
|
||||
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue