void-packages/srcpkgs/pmbootstrap/template
2019-10-08 21:17:18 +02:00

21 lines
654 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.9.0
revision=1
archs=noarch
build_style=python3-module
pycompile_module="pmb"
hostmakedepends="python3-setuptools"
depends="python3-setuptools coreutils procps-ng libressl"
checkdepends="python3-pytest"
short_desc="PostmarketOS's chroot, build and flash tool"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3.0-or-later"
homepage="https://postmarketos.org"
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
checksum=f5b6034e02e6d29b0a8cbcee80fe6beeabd33beaed1a589befcd31892768a3cf
do_check() {
python3 -m pytest
}