void-packages/srcpkgs/pmbootstrap/template
2019-06-04 11:39:28 +02:00

20 lines
640 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.6.1
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="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
checksum=03c77ea8442c11cf09feeb435fb861079961d4658062f94b78a1c65ed8bf21ea
do_check() {
python3 -m pytest
}