void-packages/srcpkgs/pmbootstrap/template

21 lines
602 B
Bash
Raw Normal View History

2019-01-16 08:37:31 +00:00
# Template file for 'pmbootstrap'
pkgname=pmbootstrap
2019-03-10 07:48:21 +00:00
version=1.5.1
2019-01-16 08:37:31 +00:00
revision=1
2019-02-15 20:34:21 +00:00
archs=noarch
2019-01-16 08:37:31 +00:00
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"
2019-03-10 07:48:21 +00:00
checksum=c330f1681ff30b01305f40568d0d7dae01deb700dea8366cc425b8677aea180c
2019-01-16 08:37:31 +00:00
do_check() {
python3 -m pytest
}