icp 461958ee8a
revive: update to 1.6.0.
Closes: #54126 [via git-merge-pr]
2025-02-17 22:37:42 -05:00

21 lines
613 B
Bash

# Template file for 'revive'
pkgname=revive
version=1.6.0
revision=1
build_style=go
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
go_import_path="github.com/mgechev/revive"
short_desc="Drop-in replacement for golint"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://revive.run/"
changelog="https://github.com/mgechev/revive/releases"
distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
checksum=eb732f7efffd8413b512cd89b68036541641ff47c44e75a1532ca17af0db39e3
post_install() {
vdoc RULES_DESCRIPTIONS.md
vdoc README.md
vlicense LICENSE
}