Import go-godot-1.3.2 to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-22 21:45:33 +01:00
parent 52e4b4b6b0
commit 20e944ddae
4 changed files with 53 additions and 0 deletions

23
go-godot/DESCR Normal file
View File

@ -0,0 +1,23 @@
TODO: Adjust the following lines from README.md
# godot
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/tetafro/godot/master/LICENSE)
[![Github CI](https://img.shields.io/github/workflow/status/tetafro/godot/Test)](https://github.com/tetafro/godot/actions?query=workflow%3ATest)
[![Go Report](https://goreportcard.com/badge/github.com/tetafro/godot)](https://goreportcard.com/report/github.com/tetafro/godot)
[![Codecov](https://codecov.io/gh/tetafro/godot/branch/master/graph/badge.svg)](https://codecov.io/gh/tetafro/godot)
Linter that checks if all top-level comments contain a period at the
end of the last sentence if needed.
[CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments#comment-sentences) quote:
> Comments should begin with the name of the thing being described
> and end in a period
## Install
*NOTE: Godot is available as a part of [GolangCI Lint](https://github.com/golangci/golangci-lint)
(disabled by default).*
...

22
go-godot/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $NetBSD$
DISTNAME= godot-1.3.2
PKGNAME= go-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=tetafro/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/tetafro/godot/
COMMENT= Linter that checks if comments end in a period
LICENSE= mit
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
GO_SRCPATH= github.com/tetafro/godot
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/godot ${DESTDIR}${PREFIX}/bin
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

2
go-godot/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/godot

6
go-godot/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (godot-1.3.2.tar.gz) = 77b4844bcba69fb8350ce9d5c7cb39a1d800f7f6
RMD160 (godot-1.3.2.tar.gz) = 9808b624d151e12e22a5a39eff7ae39980babaf2
SHA512 (godot-1.3.2.tar.gz) = d5be99b1b41d752b32993b8129744eb06639e06648b8cccd6d42380b7715e012d89172c3b04805a4912b058e5d421fb6da15def03abd02408c8c85adab0aea3e
Size (godot-1.3.2.tar.gz) = 14032 bytes