From 372322b754691b8c31295e61a256e9254dd49af1 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 5 Feb 2025 19:06:57 +0100 Subject: [PATCH] add polaris-web ebuild --- .../polaris-web/polaris-web-9999.ebuild | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media-sound/polaris-web/polaris-web-9999.ebuild diff --git a/media-sound/polaris-web/polaris-web-9999.ebuild b/media-sound/polaris-web/polaris-web-9999.ebuild new file mode 100644 index 0000000..511f497 --- /dev/null +++ b/media-sound/polaris-web/polaris-web-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + + +inherit git-r3 + +DESCRIPTION=" Web client for Polaris " +HOMEPAGE="https://github.com/agersant/polaris-web" + +EGIT_REPO_URI="https://github.com/agersant/polaris-web.git" + + +# LICENSE="" +SLOT="0" + +BDEPEND=" +" + + + +src_unpack() { + git-r3_src_unpack +} + +src_install() { + # install src assets index.html playwright.config.ts postcss.config.js tailwind.config.js vite.config.ts + into /etc/polaris/web/ + dodir src assets + doins index.html playwright.config.ts tailwind.config.js vite.config.ts +}