config 626 B

12345678910111213141516171819202122232425262728
  1. # vim: filetype=yaml sw=2
  2. version: '[% c("abbrev") %]'
  3. git_url: https://github.com/habnabit/txsocksx.git
  4. git_hash: 216eb0894a1755872f4789f9458aa6cf543b8433
  5. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  6. var:
  7. container:
  8. use_container: 1
  9. targets:
  10. linux:
  11. var:
  12. arch_deps:
  13. - python-setuptools
  14. - python-dev
  15. windows-i686:
  16. var:
  17. compiler: winpython
  18. arch_deps:
  19. - wine
  20. input_files:
  21. - project: container-image
  22. - name: '[% c("var/compiler") %]'
  23. project: '[% c("var/compiler") %]'
  24. enable: '[% c("var/windows") %]'