void-packages/srcpkgs/godef/template
2020-03-18 10:07:26 +01:00

17 lines
494 B
Bash

# Template file for 'godef'
pkgname=godef
version=1.1.2
revision=1
build_style=go
go_import_path="github.com/rogpeppe/godef"
short_desc="Print where symbols are defined in Go source code"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="BSD-3-Clause"
homepage="https://github.com/rogpeppe/godef"
distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz"
checksum=48a1680e9a7db28f19c4b5716402c615bbab454c769c28d9e373df75bde48b9c
post_install() {
vlicense LICENSE
}