mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
New package: bmaptool-3.9.0
This commit is contained in:
parent
31c74e913f
commit
08533bfc7c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bmaptool/template
Normal file
18
srcpkgs/bmaptool/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue