Initial commit

This commit is contained in:
Hash Borgir
2024-04-16 21:45:38 -06:00
commit 3159020c38
533 changed files with 135446 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,12 @@
prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/../include
Name: fmt
Description: A modern formatting library
Version: 7.1.3
Libs: -L"${libdir}" -lfmtd
Cflags: -I"${includedir}"