pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-godot-1.3.2 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Tue Dec 22 21:45:33 2020 +0100
Changeset: 20e944ddae96ca1296545c1dc7564b9ba2cfd49e
Added Files:
go-godot/DESCR
go-godot/Makefile
go-godot/PLIST
go-godot/distinfo
Log Message:
Import go-godot-1.3.2 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=20e944ddae96ca1296545c1dc7564b9ba2cfd49e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-godot/DESCR | 23 +++++++++++++++++++++++
go-godot/Makefile | 22 ++++++++++++++++++++++
go-godot/PLIST | 2 ++
go-godot/distinfo | 6 ++++++
4 files changed, 53 insertions(+)
diffs:
diff --git a/go-godot/DESCR b/go-godot/DESCR
new file mode 100644
index 0000000000..8da62f52e2
--- /dev/null
+++ b/go-godot/DESCR
@@ -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).*
+
+...
diff --git a/go-godot/Makefile b/go-godot/Makefile
new file mode 100644
index 0000000000..40e2c6b769
--- /dev/null
+++ b/go-godot/Makefile
@@ -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@localhost
+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"
diff --git a/go-godot/PLIST b/go-godot/PLIST
new file mode 100644
index 0000000000..1b78c73b8f
--- /dev/null
+++ b/go-godot/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/godot
diff --git a/go-godot/distinfo b/go-godot/distinfo
new file mode 100644
index 0000000000..63c0e2f277
--- /dev/null
+++ b/go-godot/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index