diff --git a/app-misc/spicetify-cli-bin/Manifest b/app-misc/spicetify-cli-bin/Manifest index 5c5b5ec..bbb1b8a 100644 --- a/app-misc/spicetify-cli-bin/Manifest +++ b/app-misc/spicetify-cli-bin/Manifest @@ -1 +1 @@ -DIST spicetify-cli-bin-2.40.6.tar.gz 7327254 BLAKE2B 7e78fd7440cd10636bd18180c92089775a834c7999880cce83026d2ca8f6e458abb0b6e8a90f4d44c34219413d16e8e7aaac6c0a50902b9972fd8ce2ec98e30e SHA512 e33d04ccb358db29407f5fe2e45318096f28da22d936dffebb67adc5199c648e49ebd1e5a8b5f0fbf96d7b910a39fbea63311f55e653fc193ccb555553211e0a +DIST spicetify-cli-bin-2.40.7.tar.gz 7327194 BLAKE2B 0939dbe1055fce580b02049b005ea4c5d51b1efd643d759d92e69ffc623840cf30462d7a6d8cb0826a77374c16b823cd9b4919a59749f63bf348faeadcb8f50e SHA512 e39288083dd0fc0ef3eb3ce43133feed1f0a2d8ca84220b9c247fb5cd4fa5c23cf2cab18e9103709e257dfec9e1dc7480bd0e8641d789ef68b513d86c3ac4434 diff --git a/app-misc/spicetify-cli-bin/metadata.xml b/app-misc/spicetify-cli-bin/metadata.xml new file mode 100644 index 0000000..4146058 --- /dev/null +++ b/app-misc/spicetify-cli-bin/metadata.xml @@ -0,0 +1,15 @@ + + + + + sr98vn@gmail.com + Sravan Balaji + + + Install spicetify community themes + Install spicetify marketplace plugin + + + spicetify/cli + + diff --git a/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.6.ebuild b/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.7.ebuild similarity index 94% rename from app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.6.ebuild rename to app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.7.ebuild index dd8913c..941806f 100644 --- a/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.6.ebuild +++ b/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.40.7.ebuild @@ -9,11 +9,12 @@ SRC_URI=" https://github.com/spicetify/cli/releases/download/v${PV}/spicetify-${PV}-linux-amd64.tar.gz -> ${P}.tar.gz " +S="${WORKDIR}" + LICENSE="Apache-2.0 BSD LGPL-2.1 MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}" INSTALLDIR="/opt/spicetify-cli" IUSE=" marketplace @@ -21,7 +22,7 @@ IUSE=" " DEPEND=" - !app-misc/spicetify-cli + !!app-misc/spicetify-cli " PDEPEND=" marketplace? ( app-misc/spicetify-marketplace-bin ) @@ -35,7 +36,7 @@ RDEPEND=" src_install() { insinto "${INSTALLDIR}" doins -r {css-map.json,CustomApps,Extensions,globals.d.ts,jsHelper,Themes,spicetify} - dobin ${FILESDIR}/spicetify + dobin "${FILESDIR}/spicetify" fperms +x "${INSTALLDIR}/spicetify" }