pthbs

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

diffutils (378B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-J:sha256:90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 autotools_static diffutils-3.10 --disable-nls
      8 check_static command/diff
      9 check_static command/cmp
     10 
     11 {% endblock %}
     12 {% block genlinks_begin %}
     13 	x["./command/diff"]=1
     14 	x["./man/man1/diff.1"]=1
     15 {% endblock %}