void-packages/srcpkgs/pmbootstrap/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
637 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.7.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="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://postmarketos.org"
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
checksum=8779a3302fb0841977b08557670f079893ad674035177e8da7d7f63a9d8b300a
do_check() {
python3 -m pytest
}