CHEAT stands for C Header Embedded Automated Testing or something like that.
It is a convenient unit testing framework for the C programming language.
It has no dependencies and requires no installation or configuration.
Only a header file and a test case is needed.
SUBDIR+= chartsrv
SUBDIR+= charybdis
SUBDIR+= chbg
+SUBDIR+= cheat
SUBDIR+= check-update
SUBDIR+= checkstyle
SUBDIR+= chemeq
--- /dev/null
+devel/cheat: Import version 1.0.4
+
+CHEAT stands for C Header Embedded Automated Testing or something like that.
+It is a convenient unit testing framework for the C programming language.
+
+It has no dependencies and requires no installation or configuration.
+Only a header file and a test case is needed.
--- /dev/null
+CHEAT stands for C Header Embedded Automated Testing or something like that.
+It is a convenient unit testing framework for the C programming language.
+
+It has no dependencies and requires no installation or configuration.
+Only a header file and a test case is needed.
--- /dev/null
+# $NetBSD$
+
+DISTNAME= cheat-1.0.4
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Tuplanolla/}
+GITHUB_PROJECT= cheat
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+OWNER= micha@NetBSD.org
+HOMEPAGE= https://github.com/Tuplanolla/cheat/
+COMMENT= Convenient unit testing framework for the C programming language
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= #
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+INSTALLATION_DIRS= include man/man7
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_DATA} cheat.h ${DESTDIR}${PREFIX}/include
+ cd ${WRKSRC} && ${INSTALL_MAN} cheat.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
+
+
+.include "../../mk/bsd.pkg.mk"
--- /dev/null
+@comment $NetBSD$
+include/cheat.h
+man/man7/cheat.7
--- /dev/null
+$NetBSD$
+
+BLAKE2s (cheat-1.0.4.tar.gz) = f0b8c740b476f8b43b4ca57737aaf45428d51fe41c0ea40535c4db217a8b20f2
+SHA512 (cheat-1.0.4.tar.gz) = 9a30355edc08d9eeba3fe30e00f91632b32fa189bd5cf999bfc6248370e81dc7bee83d65633f6ce36143b0a5e4ab126bbe33bd489888fde9e8e8f79f5caa9bf8
+Size (cheat-1.0.4.tar.gz) = 84126 bytes