milis/talimatname/genel/x/xxhash/talimat

20 lines
484 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Son derece hızlı kriptografik olmayan hash algoritması
# URL: https://github.com/Cyan4973/xxHash
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=xxhash
_isim=xxHash
surum=0.6.3
devir=1
kaynak=(https://github.com/Cyan4973/xxHash/archive/v${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${SRC}/${_isim}-${surum}/"
make
install -D xxhsum "${PKG}/usr/bin/xxhsum"
install -D xxh64sum "${PKG}/usr/bin/xxh64sum"
install -D xxh32sum "${PKG}/usr/bin/xxh32sum"
}