20 lines
613 B
Bash
20 lines
613 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.19.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=3f981b98559c17394afb11452a2cbd43b0d65788f55dbd7551bf2b1275aaa9ea
|
|
|
|
do_check() {
|
|
# tests require chroot
|
|
:
|
|
}
|