pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Minor Makefile clear-up



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Thu Jun 18 12:29:47 2026 +0100
Changeset:	80e094fea6cc18ae0726ca919bd4f327fa69c3ac

Modified Files:
	CodeWhale/Makefile

Log Message:
Minor Makefile clear-up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80e094fea6cc18ae0726ca919bd4f327fa69c3ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 CodeWhale/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/CodeWhale/Makefile b/CodeWhale/Makefile
index c38552b8cd..ba20f8ff65 100644
--- a/CodeWhale/Makefile
+++ b/CodeWhale/Makefile
@@ -3,15 +3,13 @@
 DISTNAME=	CodeWhale-0.8.62
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Hmbown/}
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Hmbown/CodeWhale/
-COMMENT=	DeepSeek V4 harness
+COMMENT=	Local-first coding-agent harness for DeepSeek V4
 LICENSE=	mit
 
-WRKSRC=	${WRKDIR}/${DISTNAME}
-
 USE_LANGUAGES=	c
 USE_TOOLS+=	pkg-config
 


Home | Main Index | Thread Index | Old Index