mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
15 lines
618 B
Bash
15 lines
618 B
Bash
# Template file for 'pmbootstrap'
|
|
pkgname=pmbootstrap
|
|
version=1.52.0
|
|
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=a05fef2bb495a2e0d8e0369e4a8a1038baf50b7514ec89582b5ec785f9bfa7cb
|
|
make_check=no # tests require chroot
|