# Template file for 'bmaptool'
pkgname=bmaptool
version=3.9.0
revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="gpgme-python3 python3-six"
checkdepends="${depends} python3-pytest"
short_desc="Tool for creating the block map for a file"
maintainer="SyFloG <syflog@pm.me>"
license="GPL-2.0-or-later"
homepage="https://github.com/yoctoproject/bmaptool"
distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
checksum=9940bb97fa0f2c11ee4625a2f620a4ae2b94c556f8d01c070aee08486a2a1812

post_install() {
	vman docs/man1/bmaptool.1
}
