kit

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

cjson.recipe (453B)


      1 # test/ecosystem/recipes/cjson.recipe — real-world C build gate for cJSON.
      2 # Contract documented in sqlite.recipe.
      3 
      4 ECO_VERSION=1.7.18
      5 ECO_URL="https://github.com/DaveGamble/cJSON/archive/refs/tags/v1.7.18.tar.gz"
      6 ECO_SHA256=3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5
      7 ECO_SRCDIR=cJSON-1.7.18
      8 ECO_INCLUDES="."
      9 ECO_DEFINES=""
     10 ECO_LIBS=""
     11 ECO_DRIVER=use/use_cjson.c
     12 
     13 eco_lib_srcs() { echo "$ECO_SRC/cJSON.c"; }
     14 
     15 eco_run() { "$1"; }