From 676c3b98d2d9ffb00b79b0c4fce1db8dbb33ad91 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 21 Oct 2024 23:49:33 +0800 Subject: xxhash: new added --- repos/extra/xxhash/.checksum | 1 + repos/extra/xxhash/.files | 17 +++++++++++++++++ repos/extra/xxhash/abuild | 4 ++++ 3 files changed, 22 insertions(+) create mode 100755 repos/extra/xxhash/.checksum create mode 100755 repos/extra/xxhash/.files create mode 100755 repos/extra/xxhash/abuild (limited to 'repos/extra') diff --git a/repos/extra/xxhash/.checksum b/repos/extra/xxhash/.checksum new file mode 100755 index 00000000..97c4507b --- /dev/null +++ b/repos/extra/xxhash/.checksum @@ -0,0 +1 @@ +746e7a7e00b964272c2190fbbeea0138b1db9790c32ab5724b8107e7f12ea54b xxHash-v0.8.2.tar.gz diff --git a/repos/extra/xxhash/.files b/repos/extra/xxhash/.files new file mode 100755 index 00000000..64f43037 --- /dev/null +++ b/repos/extra/xxhash/.files @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/xxh128sum -> xxhsum +lrwxrwxrwx root/root usr/bin/xxh32sum -> xxhsum +lrwxrwxrwx root/root usr/bin/xxh64sum -> xxhsum +-rwxr-xr-x root/root usr/bin/xxhsum +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/xxh3.h +-rw-r--r-- root/root usr/include/xxhash.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libxxhash.so -> libxxhash.so.0.8.2 +lrwxrwxrwx root/root usr/lib/libxxhash.so.0 -> libxxhash.so.0.8.2 +-rwxr-xr-x root/root usr/lib/libxxhash.so.0.8.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libxxhash.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ diff --git a/repos/extra/xxhash/abuild b/repos/extra/xxhash/abuild new file mode 100755 index 00000000..2b193868 --- /dev/null +++ b/repos/extra/xxhash/abuild @@ -0,0 +1,4 @@ +name=xxhash +version=0.8.2 +release=1 +source="https://github.com/Cyan4973/xxHash/archive/v${version}/xxHash-v${version}.tar.gz" -- cgit v1.2.3