16 lines
644 B
Bash
16 lines
644 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=2.2.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09
|
|
make_check=no # tests require chroot
|