kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

lz4.recipe (449B)


      1 # test/ecosystem/recipes/lz4.recipe — real-world C build gate for LZ4.
      2 # Contract documented in sqlite.recipe.
      3 
      4 ECO_VERSION=1.10.0
      5 ECO_URL="https://github.com/lz4/lz4/releases/download/v1.10.0/lz4-1.10.0.tar.gz"
      6 ECO_SHA256=537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b
      7 ECO_SRCDIR=lz4-1.10.0/lib
      8 ECO_INCLUDES="."
      9 ECO_DEFINES=""
     10 ECO_LIBS=""
     11 ECO_DRIVER=use/use_lz4.c
     12 
     13 eco_lib_srcs() { echo "$ECO_SRC/lz4.c"; }
     14 
     15 eco_run() { "$1"; }