2024-11-30 17:58:55 -05:00

21 lines
613 B
Bash

# Template file for 'revive'
pkgname=revive
version=1.5.1
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=268e177492aa260940c6342735914ed22ddfe6a366c1cb59cbe4315da744b19a
post_install() {
vdoc RULES_DESCRIPTIONS.md
vdoc README.md
vlicense LICENSE
}