aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:54:37 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:54:37 +0800
commit41f752f9a08f566b62c530c4f514743b2cc7e798 (patch)
tree9c94d55b758fd90009380afb59b5a02f44c31e6a /repos
parenteec1bf0aaa7710a15e45bf2a927c319412c92019 (diff)
downloadalicelinux-41f752f9a08f566b62c530c4f514743b2cc7e798.tar.gz
alicelinux-41f752f9a08f566b62c530c4f514743b2cc7e798.zip
fmt: new added
Diffstat (limited to 'repos')
-rwxr-xr-xrepos/extra/fmt/.checksum1
-rwxr-xr-xrepos/extra/fmt/.files27
-rwxr-xr-xrepos/extra/fmt/abuild5
3 files changed, 33 insertions, 0 deletions
diff --git a/repos/extra/fmt/.checksum b/repos/extra/fmt/.checksum
new file mode 100755
index 00000000..a55c3790
--- /dev/null
+++ b/repos/extra/fmt/.checksum
@@ -0,0 +1 @@
+4cd49f1e8290a5738e3b5c44d4c30c5269666ea2911a068f7e88d1df1adf1f16 fmt-11.1.3.tar.gz
diff --git a/repos/extra/fmt/.files b/repos/extra/fmt/.files
new file mode 100755
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 100755
index 00000000..d30fdefe
--- /dev/null
+++ b/repos/extra/fmt/abuild
@@ -0,0 +1,5 @@
+name=fmt
+version=11.1.3
+release=1
+source="https://github.com/${name}lib/${name}/archive/${version}/${name}-${version}.tar.gz"
+keep_static=1