config 715 B

123456789101112131415161718192021222324252627282930313233
  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. linux-next:
  16. var:
  17. arch_deps:
  18. - python-setuptools
  19. - python-dev
  20. windows-i686:
  21. var:
  22. compiler: winpython
  23. arch_deps:
  24. - wine
  25. input_files:
  26. - project: container-image
  27. - name: '[% c("var/compiler") %]'
  28. project: '[% c("var/compiler") %]'
  29. enable: '[% c("var/windows") %]'