pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hiedb



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 26 08:18:43 UTC 2022

Modified Files:
        pkgsrc/devel/hs-hiedb: Makefile

Log Message:
devel/hs-hiedb: Generate shell completion scripts with optparse-applicative


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-hiedb/Makefile

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

Modified files:

Index: pkgsrc/devel/hs-hiedb/Makefile
diff -u pkgsrc/devel/hs-hiedb/Makefile:1.2 pkgsrc/devel/hs-hiedb/Makefile:1.3
--- pkgsrc/devel/hs-hiedb/Makefile:1.2  Sat Feb 26 03:57:57 2022
+++ pkgsrc/devel/hs-hiedb/Makefile      Sat Feb 26 08:18:42 2022
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2022/02/26 03:57:57 pho Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/26 08:18:42 pho Exp $
 
 DISTNAME=      hiedb-0.4.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Generates a references DB from .hie files
 LICENSE=       modified-bsd
 
+# purs is built with optparse-applicative, and can generate shell
+# completion scripts automatically.
+OPTPARSE_APPLICATIVE_EXECUTABLES+=     hiedb
+.include "../../devel/hs-optparse-applicative/application.mk"
+
 .include "../../math/hs-algebraic-graphs/buildlink3.mk"
 .include "../../devel/hs-ansi-terminal/buildlink3.mk"
 .include "../../misc/hs-extra/buildlink3.mk"



Home | Main Index | Thread Index | Old Index