16 lines
618 B
Bash
16 lines
618 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.50.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://git.sr.ht/~postmarketos/pmbootstrap/refs"
|
|
distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz"
|
|
checksum=21d8ca980f631dfff3670ff936a791118752e3df4f4f46ccfebc1b3401b17785
|
|
make_check=no # tests require chroot
|