summaryrefslogtreecommitdiff
path: root/devel/compdbgen/Makefile
blob: 275233fc3148cf6422e0a321f81917aba25864df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	compdbgen
DISTVERSION=	g20250914
CATEGORIES=	devel

MAINTAINER=	jrm@FreeBSD.org
COMMENT=	General-purpose tool for generating compile_commands.json files
WWW=		https://github.com/Virus-V/compdbgen

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	Virus-V
GH_TAGNAME=	d839843448cbcf7ff394dcd32df586a0ab9aa156
GH_TUPLE=	DaveGamble:cJSON:c859b25da02955fef659d658b8f324b5cde87be3:cJSONS/cjson

PLIST_FILES=	bin/${PORTNAME}

do-build:
		@cd ${WRKSRC}/ && ${SH} ./build.sh

do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>