sravan-overlay/app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.4.ebuild
2025-02-18 06:57:43 -05:00

28 lines
582 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Download extensions and themes directly from Spicetify"
HOMEPAGE="https://github.com/spicetify/marketplace"
SRC_URI="
${HOMEPAGE}/releases/download/v${PV}/marketplace.zip -> ${P}.zip
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"
INSTALLDIR="/opt/spicetify-cli"
DEPEND="
|| ( app-misc/spicetify-cli app-misc/spicetify-cli-bin )
"
src_install() {
insinto "${INSTALLDIR}/CustomApps"
mv marketplace-dist marketplace
doins -r marketplace
}