summaryrefslogtreecommitdiff
path: root/repo/xxhash/xxhash.xibuild
blob: 6691fd9a37ce8d65712a2f3c5b7c360107e1ba74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

MAKEDEPS="make "
DEPS="sh"

PKG_VER=0.8.1
SOURCE=https://github.com/Cyan4973/xxHash/archive/refs/tags/v$PKG_VER.tar.gz
DESC="xxHash is an Extremely fast Hash algorithm"


build () {
    make PREFIX=/usr
}

package () {
    make PREFIX=/usr DESTDIR=$PKG_DEST install
}