Skip to content

xxhash: add version 0.8.1 #2635

Merged
merged 1 commit into from
Apr 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions xxhash.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION xxhash-0.8.1-0

# more info: https://cyan4973.github.io/xxHash/

#SRCURL[0]="https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz xxhash-0.8.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/b67c587f5ff4894253da0095ba7ea393/xxhash-0.8.1.tar.gz"

PATCHURL+=("https://beehive.molgen.mpg.de/5bc0017c1616dcc1b5a9c000df6ea6bb/xxhash-081-fix-manpages.patch")

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}