mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-05 13:24:17 +01:00
25 lines
589 B
Bash
25 lines
589 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
|
PYTHON_COMPAT=( python3_{8..13} )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Automate archives and state for fs-uae"
|
|
HOMEPAGE="https://github.com/gryf/fs-uae-wrapper"
|
|
SRC_URI="
|
|
https://files.pythonhosted.org/packages/e9/c0/7b7a60ed297abf874cfbf492b01c2a6bd1334f11e16836c93140ab8b8cdd/fs_uae_wrapper-0.10.2.tar.gz
|
|
-> ${P}.tar.gz
|
|
"
|
|
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}"
|