From 5da46a26dc2cd7256d0aa9604907f652912bdf8f Mon Sep 17 00:00:00 2001 From: wael <40663@protonmail.com> Date: Sun, 22 May 2022 15:44:28 +0300 Subject: [PATCH] New package: spicetify-cli-2.9.8 --- srcpkgs/spicetify-cli/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/spicetify-cli/template diff --git a/srcpkgs/spicetify-cli/template b/srcpkgs/spicetify-cli/template new file mode 100644 index 000000000000..d6774b15f16c --- /dev/null +++ b/srcpkgs/spicetify-cli/template @@ -0,0 +1,22 @@ +# Template file for 'spicetify-cli' +pkgname=spicetify-cli +version=2.9.8 +revision=1 +archs="x86_64" +build_style=go +go_import_path=github.com/spicetify/spicetify-cli +go_ldflags=" -X main.version=${version}" +short_desc="Command-line tool to customize Spotify client" +maintainer="wael <40663@protonmail.com>" +license="LGPL-2.1-only" +homepage="https://spicetify.app/" +distfiles="https://github.com/spicetify/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=f7c493623b444721bd9b4edbbdeac7483787ff75306811acf492fe7243a71f46 + +do_install() { + vmkdir usr/share + vbin ${GOPATH}/bin/spicetify-cli spicetify + for cp in Themes Extensions CustomApps jsHelper globals.d.ts css-map.json; do + vcopy $cp usr/share/spicetify + done +}