void-packages/srcpkgs/pmbootstrap/template

21 lines
600 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.3.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="pmb"
hostmakedepends="python3-setuptools"
depends="python3 coreutils procps-ng libressl"
checkdepends="python3-pytest"
short_desc="PostmarketOS's chroot, build and flash tool"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://postmarketos.org"
distfiles="${PYPI_SITE}/p/pmbootstrap/pmbootstrap-${version}.tar.gz"
checksum=b52b106bbbbd5db5596e6b44570fd2d5fef95b99f4f384c89a32bf1a04d2f9a3
do_check() {
python3 -m pytest
}