14 lines
573 B
Bash
14 lines
573 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.42.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools openssl 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=c3df501a52f8deb2a982960b9ef604bf58b4f4bf8b63598707883933a3ac66cd
|
|
make_check=no # tests require chroot
|