void-packages/srcpkgs/pmbootstrap/template
2020-12-20 00:48:43 -03:00

19 lines
600 B
Bash

# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.27.0
revision=2
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=0f99436c5af39fa90d1c5cd8cb3794bc234d087402f262a35d7856d0135b5230
do_check() {
# tests require chroot
:
}