pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

libmd (339B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-J:sha256:1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 autotools_static libmd-1.1.0
      7 {% endblock %}
      8 {% block genlinks_begin %}
      9 	x["./library/libmd.a"]=1
     10 	x["./include/rmd160.h"]=1
     11 	x["./include/sha512.h"]=1
     12 {% endblock %}