pkgsrc-WIP-changes archive

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

go-ethereum: actually install geth



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Nov 9 21:51:45 2022 +0100
Changeset:	3f0ff82e9a41f6b5606f004fe9ac0666bc92b826

Modified Files:
	go-ethereum/Makefile

Log Message:
go-ethereum: actually install geth

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

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

diffstat:
 go-ethereum/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/go-ethereum/Makefile b/go-ethereum/Makefile
index 75bab9394a..37eb46ff9e 100644
--- a/go-ethereum/Makefile
+++ b/go-ethereum/Makefile
@@ -18,6 +18,10 @@ do-build:
 	${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} \
 		${GO} run build/ci.go install ${GO_BUILD_PATTERN}
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth \
+		${DESTDIR}${PREFIX}/bin/geth
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"


Home | Main Index | Thread Index | Old Index