New package: godef-1.1.1
This commit is contained in:
parent
1cc672391e
commit
453b802d22
1 changed files with 16 additions and 0 deletions
16
srcpkgs/godef/template
Normal file
16
srcpkgs/godef/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'godef'
|
||||||
|
pkgname=godef
|
||||||
|
version=1.1.1
|
||||||
|
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@renag.me>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/rogpeppe/godef"
|
||||||
|
distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz"
|
||||||
|
checksum=e8be9bf07e92d693b93b450da3e5e5c8694c89bc5de53479078a637b103559d6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue