pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
net/doggo - please pkglint
Module Name: pkgsrc-wip
Committed By: ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By: ci4ic4
Date: Wed Jun 17 16:37:58 2026 +0100
Changeset: 06c3b252d223dc1f0b989ad028c69627534eb97d
Modified Files:
doggo/DESCR
doggo/Makefile
Log Message:
net/doggo - please pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06c3b252d223dc1f0b989ad028c69627534eb97d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doggo/DESCR | 26 +++-----------------------
doggo/Makefile | 9 ++++-----
2 files changed, 7 insertions(+), 28 deletions(-)
diffs:
diff --git a/doggo/DESCR b/doggo/DESCR
index 9891ac20fd..f4e78be31b 100644
--- a/doggo/DESCR
+++ b/doggo/DESCR
@@ -1,23 +1,3 @@
-TODO: Adjust the following lines from README.md
-
-<!-- PROJECT LOGO -->
-<br />
-<p align="center">
- <h2 align="center">doggo</h2>
- <p align="center">
- 🐶 <i>Command-line DNS client for humans</i>
- <br/>
- </p>
- <p align="center">
- <a href="https://doggo.mrkaran.dev/" target="_blank">Web Interface</a>
- ·
- <a href="https://doggo.mrkaran.dev/docs/" target="_blank">Documentation</a>
- </p>
- <img src="www/static/doggo.png" alt="doggo CLI usage">
-</p>
-
----
-
-**doggo** is a modern command-line DNS client (like _dig_) written in Golang. It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well.
-
-...
+**doggo** is a modern command-line DNS client (like _dig_) written in Golang.
+It outputs information in a neat concise manner and supports protocols like
+DoH, DoT, DoQ, and DNSCrypt as well.
diff --git a/doggo/Makefile b/doggo/Makefile
index 34b6b0517a..e60a6d0532 100644
--- a/doggo/Makefile
+++ b/doggo/Makefile
@@ -8,17 +8,16 @@ GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/mr-karan/doggo/
COMMENT= Connamd Line DNS client
-LICENSE= gpl3
+LICENSE= gnu-gpl-v3
-# USE_TOOLS+= gmake
+USE_LANGUAGES= c
-GO_BUILD_PATTERN=./cmd/doggo
+GO_BUILD_PATTERN= ./cmd/doggo
+GOFLAGS= -ldflags="-X 'main.buildVersion=${PKGVERSION_NOREV}' -X 'main.buildDate=2026-01-01 00:00:00'"
.include "go-modules.mk"
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_LANGUAGES= go c
-
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index