parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

jellyfin-mpv-shim-default-shader-pack-2.0.0.ebuild (580B)


      1 # Copyright 1999-2023 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 DESCRIPTION="Preconfigured set of MPV shaders and configs for MPV Shim media clients."
      7 HOMEPAGE="https://github.com/iwalton3/default-shader-pack"
      8 
      9 SRC_URI="
     10 	https://github.com/iwalton3/default-shader-pack/archive/v${PV}.tar.gz -> ${P}.tar.gz
     11 "
     12 
     13 LICENSE="MIT LGPL-3 Unlicense"
     14 SLOT="0"
     15 KEYWORDS="~amd64 ~x86"
     16 
     17 DEPEND=""
     18 RDEPEND="${DEPEND}"
     19 BDEPEND=""
     20 
     21 S="${WORKDIR}/default-shader-pack-${PV}"
     22 
     23 src_install() {
     24 	insinto "usr/share/${PN}"
     25 	doins -r shaders pack.json
     26 }