summaryrefslogtreecommitdiff
path: root/dev-util/errcheck/errcheck-1.6.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/errcheck/errcheck-1.6.0.ebuild')
-rw-r--r--dev-util/errcheck/errcheck-1.6.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/errcheck/errcheck-1.6.0.ebuild b/dev-util/errcheck/errcheck-1.6.0.ebuild
new file mode 100644
index 000000000000..4387efb40a23
--- /dev/null
+++ b/dev-util/errcheck/errcheck-1.6.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020-2021 Liguros Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=7
+
+GOLANG_PKG_IMPORTPATH="github.com/kisielk"
+GOLANG_PKG_ARCHIVEPREFIX="v"
+GOLANG_PKG_HAVE_TEST=1
+
+GOLANG_PKG_DEPENDENCIES=(
+ "github.com/golang/tools:23e62d3 -> golang.org/x" #v0.3.3
+)
+
+inherit golang-single
+
+DESCRIPTION="Errcheck checks that you checked errors"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 arm x86"
+
+DEPEND="!dev-go/${PN}"