head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.14.12.46.17; author kikadf; state Exp; branches; next ; commitid 5UxBQW1T705FsVBG; desc @@ 1.1 log @ chrono-date: new package A date and time library based on the C++11/14/17 header. @ text @$NetBSD$ * date.pc for pkg-config from Arch Linux --- date.pc.in.orig 2025-12-30 17:59:51.476545818 +0000 +++ date.pc.in @@@@ -0,0 +1,10 @@@@ +prefix=@@CMAKE_INSTALL_PREFIX@@ +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: date +Description: A date and time library based on the C++11/14/17 header +Version: @@VERSION@@ +Libs: -L${libdir} -ldate-tz +Cflags: -I${includedir} @@TZ_COMPILE_DEFINITIONS@@ @