please provide a pkgconfig
alinelena opened this issue · comments
Alin Marin Elena commented
Please provide a package config as part of the installation process.
here is a simple template
prefix=@prefix@
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: fdict
Description: Fortran type-free variables and type-free dictionaries
Version: 0.6.0
URL: https://github.com/zerothi/fdict
Cflags: -I${includedir}
Libs: -L${libdir} -lfdict
Nick Papior commented
Thanks, I am on it.
Nick Papior commented
Fixed in cb6c94b