# 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: 227750
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: bookworm
    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: 3f80d2d1193042211ad2dc14b27d68aabfa1629472d5b2ad6fabc7b1e38b0580
  - filename: packagemanual.py
    name: package_script
