mrrl

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

gperf (222B)


      1 {%- set pkg_version="3.1" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static" %}
      4 {% block check -%}
      5 check_static command/gperf
      6 {% endblock %}
      7 {% block genlinks_begin %}
      8 	x["./command/gperf"]=1
      9 {% endblock %}