void-packages/srcpkgs/pmbootstrap/template
2019-05-05 11:33:09 +02:00

20 lines
602 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.6.0
revision=1
archs=noarch
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=772d376dd5160716db1fee2928121c9668657612f9988859a0eaf27ca99ebd8b
do_check() {
python3 -m pytest
}