c100338173
Some handy Template Haskell splices for including the current git hash and branch in the code of your project. Useful for including in panic messages, --version output, or diagnostic info for more informative bug reports.
12 lines
329 B
Makefile
12 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/02/16 10:11:34 pho Exp $
|
|
|
|
DISTNAME= gitrev-1.3.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Compile git revision info into Haskell projects
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-base-compat/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|