diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /xxhash | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'xxhash')
| -rw-r--r-- | xxhash/.checksum | 1 | ||||
| -rw-r--r-- | xxhash/.files | 18 | ||||
| -rw-r--r-- | xxhash/abuild | 4 |
3 files changed, 23 insertions, 0 deletions
diff --git a/xxhash/.checksum b/xxhash/.checksum new file mode 100644 index 00000000..5b79047c --- /dev/null +++ b/xxhash/.checksum @@ -0,0 +1 @@ +64073932284e6076cec589aefbff9df671f8a18042f9ba6474d295179bc5eed2 xxHash-v0.8.3.tar.gz diff --git a/xxhash/.files b/xxhash/.files new file mode 100644 index 00000000..aa3a3647 --- /dev/null +++ b/xxhash/.files @@ -0,0 +1,18 @@ +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/xxh3sum -> 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.3 +lrwxrwxrwx root/root usr/lib/libxxhash.so.0 -> libxxhash.so.0.8.3 +-rwxr-xr-x root/root usr/lib/libxxhash.so.0.8.3 +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/xxhash/abuild b/xxhash/abuild new file mode 100644 index 00000000..f338e7f0 --- /dev/null +++ b/xxhash/abuild @@ -0,0 +1,4 @@ +name=xxhash +version=0.8.3 +release=1 +source="https://github.com/Cyan4973/xxHash/archive/v${version}/xxHash-v${version}.tar.gz" |