mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: pmbootstrap-1.2.0
This commit is contained in:
parent
3638b2787a
commit
56ab469c30
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pmbootstrap/template
Normal file
20
srcpkgs/pmbootstrap/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'pmbootstrap'
|
||||||
|
pkgname=pmbootstrap
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="pmb"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3 coreutils procps-ng libressl"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="PostmarketOS's chroot, build and flash tool"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://postmarketos.org"
|
||||||
|
distfiles="${PYPI_SITE}/p/pmbootstrap/pmbootstrap-${version}.tar.gz"
|
||||||
|
checksum=3dc4b9de6360c50d2a72fb89bf0e0abefdde60f020c9a87153c91b52c7816c31
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue