Added games-util/protonhax-1.0.5
This commit is contained in:
3
games-util/protonhax/Manifest
Normal file
3
games-util/protonhax/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST protonhax-1.0.5.tar.gz 2504 BLAKE2B bc8008f64d96f84f6bad39fd3878d42d3807e1ec149560dade677aa887c8b5f70b39aa896b7933409872d446533bcaeaa488477baf11219ee4f2eb0127e3e485 SHA512 e4ddb66b4f53bd5ce34bf2cd103bd8ba93a71e205af6007a2ba213dac3e1661566e09c4d284113aec41677da4c52d3bd59303f26d483ccac13fc1794d56e2a97
|
||||
EBUILD protonhax-1.0.5.ebuild 381 BLAKE2B 84f5edc3d6808850621d31a4612f18818e23feb2e0791e4544173989a5923f3e222851be0bd4508999702fac7b3db776fb78da5d7c2b85114a9ed1bd51670626 SHA512 90992acce5e0960791a8cc6d6f5815260d28e0a5d2a81afa447e92340cbc364ef1e78a6d4a821b44f111d8fa02d817c7b6b19de0eef77d0ea4789b57a73d99b2
|
||||
MISC metadata.xml 340 BLAKE2B fc6abdb903d9ab3367612a353c5e8e893a914ab555aaf45e5a67f86042cb8e535b765cb11f4cd7e909a234e3e38e83a9a1b77ced689aeef6eab02a0e9e6b3eea SHA512 3020f921d2c963e5ed1b4719dbcd9fb9c4faeb58ae1b1f087adf06dce7dd756ed62be6f2e4f6e3e38de75796b8f8aa07b1da6b2b6f382fa7471f417f4d76ebdb
|
11
games-util/protonhax/metadata.xml
Normal file
11
games-util/protonhax/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pierre.saundersps@gmail.com</email>
|
||||
<name>Pierre Saunders</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">jcnils/protonhax</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
16
games-util/protonhax/protonhax-1.0.5.ebuild
Normal file
16
games-util/protonhax/protonhax-1.0.5.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Run programs inside your game proton's environment."
|
||||
HOMEPAGE='https://github.com/jcnils/protonhax'
|
||||
SRC_URI="https://github.com/jcnils/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE='BSD'
|
||||
SLOT='0'
|
||||
KEYWORDS='~amd64 ~x86'
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
}
|
Reference in New Issue
Block a user