summaryrefslogtreecommitdiff
path: root/repo/system/lz4.xibuild
blob: f49053fd09eeafe6b67bfae3c4926ef25e40c8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

DEPS=(sh)

PKG_VER=1.9.3
SOURCE=https://github.com/lz4/lz4/archive/refs/tags/v$PKG_VER.tar.gz
DESC="A lossless compression algorithm, providing high compression speeds"


build () {
    make
    make DESTDIR=$PKG_DEST install
}