diff options
Diffstat (limited to 'repos/extra/fmt')
| -rw-r--r-- | repos/extra/fmt/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/fmt/.files | 27 | ||||
| -rw-r--r-- | repos/extra/fmt/abuild | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/repos/extra/fmt/.checksum b/repos/extra/fmt/.checksum new file mode 100644 index 00000000..79704bb2 --- /dev/null +++ b/repos/extra/fmt/.checksum @@ -0,0 +1 @@ +8c3d4b1dd9f1f65a6b7e8e3b68eba865786c8353a2a7b4d99312ff566d4071b2 fmt-11.1.4.tar.gz diff --git a/repos/extra/fmt/.files b/repos/extra/fmt/.files new file mode 100644 index 00000000..e3dc6843 --- /dev/null +++ b/repos/extra/fmt/.files @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/fmt/ +-rw-r--r-- root/root usr/include/fmt/args.h +-rw-r--r-- root/root usr/include/fmt/base.h +-rw-r--r-- root/root usr/include/fmt/chrono.h +-rw-r--r-- root/root usr/include/fmt/color.h +-rw-r--r-- root/root usr/include/fmt/compile.h +-rw-r--r-- root/root usr/include/fmt/core.h +-rw-r--r-- root/root usr/include/fmt/format-inl.h +-rw-r--r-- root/root usr/include/fmt/format.h +-rw-r--r-- root/root usr/include/fmt/os.h +-rw-r--r-- root/root usr/include/fmt/ostream.h +-rw-r--r-- root/root usr/include/fmt/printf.h +-rw-r--r-- root/root usr/include/fmt/ranges.h +-rw-r--r-- root/root usr/include/fmt/std.h +-rw-r--r-- root/root usr/include/fmt/xchar.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/fmt/ +-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-config.cmake +-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets.cmake +-rw-r--r-- root/root usr/lib/libfmt.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fmt.pc diff --git a/repos/extra/fmt/abuild b/repos/extra/fmt/abuild new file mode 100644 index 00000000..ecbd41ae --- /dev/null +++ b/repos/extra/fmt/abuild @@ -0,0 +1,5 @@ +name=fmt +version=11.1.4 +release=1 +source="https://github.com/${name}lib/${name}/archive/${version}/${name}-${version}.tar.gz" +keep_static=1 |