summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsjmulder <sjmulder@pkgsrc.org>2019-09-19 11:46:30 +0000
committersjmulder <sjmulder@pkgsrc.org>2019-09-19 11:46:30 +0000
commit18582300c20ab2bb078f1a855e704393a4b2d6e8 (patch)
tree1c0ec502345def1c57f3bdbc7cff96714aaf4f6e /devel
parentc0743c4fb0762b491062dd2d6cc7da03a23bb3e1 (diff)
downloadpkgsrc-18582300c20ab2bb078f1a855e704393a4b2d6e8.tar.gz
mustach: Import from wip
C implementation of the mustache template library. Provides a library and a command-line tool. Support for json-c is built in.
Diffstat (limited to 'devel')
-rw-r--r--devel/mustach/DESCR2
-rw-r--r--devel/mustach/Makefile13
-rw-r--r--devel/mustach/PLIST5
-rw-r--r--devel/mustach/distinfo6
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/mustach/DESCR b/devel/mustach/DESCR
new file mode 100644
index 00000000000..9dc95eb9fbb
--- /dev/null
+++ b/devel/mustach/DESCR
@@ -0,0 +1,2 @@
+C implementation of the mustache template library. Provides a library
+and a command-line tool. Support for json-c is built in.
diff --git a/devel/mustach/Makefile b/devel/mustach/Makefile
new file mode 100644
index 00000000000..a5711049fdc
--- /dev/null
+++ b/devel/mustach/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+
+DISTNAME= mustach-0.99
+CATEGORIES= devel
+MASTER_SITES= https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/
+
+MAINTAINER= sjmulder@NetBSD.org
+HOMEPAGE= https://gitlab.com/jobol/mustach
+COMMENT= C implementation of mustache templating
+LICENSE= apache-2.0
+
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/mustach/PLIST b/devel/mustach/PLIST
new file mode 100644
index 00000000000..4760b96dad2
--- /dev/null
+++ b/devel/mustach/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+bin/mustach
+include/mustach/mustach-json-c.h
+include/mustach/mustach.h
+lib/libmustach.so
diff --git a/devel/mustach/distinfo b/devel/mustach/distinfo
new file mode 100644
index 00000000000..a4b3484b9ce
--- /dev/null
+++ b/devel/mustach/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/19 11:46:30 sjmulder Exp $
+
+SHA1 (mustach-0.99.tar.gz) = 6b0fbd5064f7f7cc2913c9fdf5bfc30a67bec186
+RMD160 (mustach-0.99.tar.gz) = 0a0559d6758fbd8a5fefb30739c837f7e6e72d43
+SHA512 (mustach-0.99.tar.gz) = 432cb6c72487bfba4103c0925271bdc7c3e7f38ed19bfec09d7ef9f9af16ecac3885ff037e94ca5d3023ffd3d5c526fcb102218d4c3ad13563406cab10e7a4b2
+Size (mustach-0.99.tar.gz) = 22100 bytes