games-util/input-remapper: new package, add 2.1.1, 9999

Upstream still expects you to use setup.py. Ebuild is updated to be
PEP517 compatible. All non-python files are patched out of setup.py and
manually installed during src_install() instead.

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2025-07-23 17:11:10 -05:00
parent f521f83029
commit a475078f4d
5 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>ericanebula@proton.me</email>
<name>Erica Nebula</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/sezanzeb/input-remapper/issues</bugs-to>
<changelog>https://github.com/sezanzeb/input-remapper/releases</changelog>
<remote-id type="github">sezanzeb/input-remapper</remote-id>
</upstream>
</pkgmetadata>