# 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: 88998
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://people.torproject.org/~richard/tbb_files/manual_[% c("version") %].zip'
    name: manual
    sha256sum: 1be6cf35a3c9f243998b7611e9531d4a99591cc257cb55f3924f504b9ead71a7
  - filename: packagemanual.py
    name: package_script
