New package: bmaptool-3.9.0

This commit is contained in:
SyFloG 2024-11-06 15:07:50 +01:00 committed by Duncan Overbruck
parent 31c74e913f
commit 08533bfc7c

18
srcpkgs/bmaptool/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'bmaptool'
pkgname=bmaptool
version=3.9.0
revision=1
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
}