media-gfx/reshade-shaders - 20250506 (FireBurn)

Search

Package Information

Description:
A collection of post-processing shaders written for ReShade
Homepage:
https://reshade.me https://github.com/crosire/reshade-shaders

Ebuild Details

Version EAPI Keywords Slot
20250506 7 ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A collection of post-processing shaders written for ReShade"
HOMEPAGE="https://reshade.me https://github.com/crosire/reshade-shaders"

if [[ ${PV} == 9999 ]]; then
	EGIT_REPO_URI="https://github.com/crosire/${PN}.git"
	KEYWORDS=""
	inherit git-r3
else
	inherit vcs-snapshot
	GIT_COMMIT="152becbbb21c2ffb51494659429bb3eeef291017"
	SRC_URI="https://github.com/crosire/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
fi

LICENSE="BSD"
SLOT="0"

src_install() {
	insinto /usr/share/${PN}
	doins -r Shaders Textures
}

Manifest for 20250506

Type File Size Source URLs
DIST reshade-shaders-20250506.tar.gz 52266 bytes https://github.com/crosire/reshade-shaders/archive/152becbbb21c2ffb51494659429bb3eeef291017.tar.gz