21 lines
643 B
Bash
21 lines
643 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.8.1
|
|
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="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=a65e4ecc5f33782da51516fbab6a709e10d9dee9b6b48d63eb9993ed4ff99c3f
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|