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

DEPS=(sh)

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


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