16 lines
639 B
Bash
16 lines
639 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=2.3.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="git openssl python3"
|
|
short_desc="Package build and device flashing tool for postmarketOS"
|
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://postmarketos.org"
|
|
changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
|
|
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
|
checksum=aba09c0a27918dac4b07641339ccf86e6ec0d14d4602056dac44ec49af12c894
|
|
make_check=no # tests require chroot
|