# vim: filetype=yaml sw=2
# To update, see doc/how-to-update-the-manual.txt
# Remember to update also the package's hash, with the version!
version: 120105
filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
container:
  use_container: 1

# Linux builds still use gz as compress_tar, while other platforms use
# zst. To avoid duplicating manual tarballs which can be shared
# between platforms, we set compress_tar.
compress_tar: 'gz'

var:
  container:
    suite: bullseye
    arch: amd64
  deps:
    - python3
  pre_pkginst: ''

input_files:
  - project: container-image
  - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
    name: manual
    sha256sum: d51ebe27077817bcdabc0b5616c0c58fc14ea6d06f1a0b459051d67a4c13c348
  - filename: packagemanual.py
    name: package_script
