mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
16 lines
562 B
Bash
16 lines
562 B
Bash
# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
PYTHON_COMPAT=( python3_{4,5,6,7,8,9,10,11} )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Sophisticated chroot/build/flash tool to develop and install postmarketOS."
|
|
HOMEPAGE="https://postmarketos.org/ https://pypi.org/project/pmbootstrap/"
|
|
SRC_URI="https://files.pythonhosted.org/packages/4f/1f/3ee5d86ce71cd6b6c7d4294b84bc751eddc92a021c0505f680b45268d8bb/pmbootstrap-1.23.0.tar.gz"
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|