void-packages/srcpkgs/revive/template
2025-03-14 20:59:38 +00:00

20 lines
613 B
Bash

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