parent
3eed75216c
commit
a8c18323d8
1 changed files with 17 additions and 0 deletions
17
srcpkgs/gocloc/template
Normal file
17
srcpkgs/gocloc/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'gocloc'
|
||||||
|
pkgname=gocloc
|
||||||
|
version=0.3.3
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/hhatto/gocloc"
|
||||||
|
go_package="${go_import_path}/cmd/gocloc"
|
||||||
|
short_desc="Counts lines of source code in many programming languages"
|
||||||
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/hhatto/gocloc"
|
||||||
|
distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz"
|
||||||
|
checksum=308461beea124991c1558d8278e3a7cc0c8411c5730d444ebbd54187edeb688d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue