diff options
Diffstat (limited to 'libs/robin-hood-hashing')
| -rw-r--r-- | libs/robin-hood-hashing/.footprint | 8 | ||||
| -rw-r--r-- | libs/robin-hood-hashing/.signature | 6 | ||||
| -rw-r--r-- | libs/robin-hood-hashing/MAKEPKG | 32 |
3 files changed, 46 insertions, 0 deletions
diff --git a/libs/robin-hood-hashing/.footprint b/libs/robin-hood-hashing/.footprint new file mode 100644 index 0000000..c208d10 --- /dev/null +++ b/libs/robin-hood-hashing/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/robin_hood.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/cmake/ +drwxr-xr-x root/root usr/share/cmake/robin_hood/ +-rw-r--r-- root/root usr/share/cmake/robin_hood/robin_hood-targets.cmake +-rw-r--r-- root/root usr/share/cmake/robin_hood/robin_hoodConfig.cmake diff --git a/libs/robin-hood-hashing/.signature b/libs/robin-hood-hashing/.signature new file mode 100644 index 0000000..b0485fa --- /dev/null +++ b/libs/robin-hood-hashing/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mE9QTQDJIw1Sa2SyhUM4lhtwiC1Bdtsc+8PKtbmAK6ANr1tArkY4fjV86u3aG7KLoE2GLt2GpUnh2/lasEGR2w4= + +SHA256 (MAKEPKG) = 23dd88d21b68123e3dbc7f8141c9f2ee5ce78cc4237ccc26ec5ed32922a33eb0 +SHA256 (.footprint) = bc8104e4e2fe797e4178cde2ad8d95b57726bc974a472f5b008c2c5dbdfc7037 +SHA256 (robin-hood-hashing-3.11.5.tar.gz) = 3693e44dda569e9a8b87ce8263f7477b23af448a3c3600c8ab9004fe79c20ad0 +SHA256 (robin-hood-hashing#3.11.5-1.pkg.tar.gz) = b15c2e24b19d8333a5357762baee67976d34aa1978ab866e40a55bef209146dc diff --git a/libs/robin-hood-hashing/MAKEPKG b/libs/robin-hood-hashing/MAKEPKG new file mode 100644 index 0000000..77132a9 --- /dev/null +++ b/libs/robin-hood-hashing/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: Fast & memory efficient hashtable for C++ +# url: https://github.com/martinus/robin-hood-hashing + +name=robin-hood-hashing +version=3.11.5 +release=1 +makedeps=(cmake ninja) +source=(https://github.com/martinus/robin-hood-hashing/archive/$version/$name-$version.tar.gz) + +sha256sums=( + "3693e44dda569e9a8b87ce8263f7477b23af448a3c3600c8ab9004fe79c20ad0" +) + +build() { + cmake -S $name-$version -B build -G Ninja \ + -D CMAKE_INSTALL_PREFIX=/usr \ + -D CMAKE_INSTALL_LIBDIR=share \ + -D CMAKE_BUILD_TYPE=Release \ + -D RH_STANDALONE_PROJECT=OFF \ + -Wno-dev + + cmake --build build + DESTDIR=$PKG cmake --install build +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
