void-packages/srcpkgs/pmbootstrap/template
2020-05-25 21:27:57 +02:00

20 lines
613 B
Bash

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