Skip to content

Commit

Permalink
xxhash: add version 0.8.1
Browse files Browse the repository at this point in the history
- added
wwwutz committed Apr 21, 2022
1 parent 5552fea commit 74eadcc
Showing 1 changed file with 34 additions and 0 deletions.
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
#}

0 comments on commit 74eadcc

Please sign in to comment.