kit

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

tinyexpr.recipe (605B)


      1 # test/ecosystem/recipes/tinyexpr.recipe — real-world C build gate for tinyexpr.
      2 # Contract documented in sqlite.recipe.
      3 #
      4 # tinyexpr has no release tarballs, so we pin a specific commit archive.
      5 
      6 ECO_VERSION=ffb0d41
      7 ECO_URL="https://github.com/codeplea/tinyexpr/archive/ffb0d41b13e5f8d318db95feb071c220c134fe70.tar.gz"
      8 ECO_SHA256=73263b6f40f3a97759972fd916368db054d66d2c3a6ba78052fbd8f9d324029c
      9 ECO_SRCDIR=tinyexpr-ffb0d41b13e5f8d318db95feb071c220c134fe70
     10 ECO_INCLUDES="."
     11 ECO_DEFINES=""
     12 ECO_LIBS="-lm"
     13 ECO_DRIVER=use/use_tinyexpr.c
     14 
     15 eco_lib_srcs() { echo "$ECO_SRC/tinyexpr.c"; }
     16 
     17 eco_run() { "$1"; }