123456789101112131415161718192021222324252627282930313233 |
- # vim: filetype=yaml sw=2
- version: '[% c("abbrev") %]'
- git_url: https://github.com/kpdyer/fteproxy.git
- # tag 0.2.19
- git_hash: 597f8378f6f4f3de570b8e1064c2e4cb8d67fbd0
- filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
- var:
- container:
- use_container: 1
- targets:
- linux:
- var:
- arch_deps:
- - python-setuptools
- - python-dev
- windows-i686:
- var:
- compiler: winpython
- arch_deps:
- - wine
- input_files:
- - project: container-image
- - project: libfte
- name: libfte
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- enable: '[% c("var/windows") %]'
- - filename: fteproxy.wrapper
- enable: '[% c("var/linux") %]'
|