19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.23.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=3589aa7ae8234d03ba9a654a6190d43fda7a88f4aa50323f51a042b78dc63a81
|
|
|
|
do_check() {
|
|
# tests require chroot
|
|
:
|
|
}
|