mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

gperf (309B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2:.
      4 {% endblock %}
      5 {% block at_script %}
      6 
      7 autotools_static gperf-3.1
      8 check_static command/gperf
      9 
     10 {% endblock %}
     11 {% block genlinks_begin %}
     12 	x["./command/gperf"]=1
     13 {% endblock %}