diff --git a/net-libs/vuetorrent-bin/Manifest b/net-libs/vuetorrent-bin/Manifest new file mode 100644 index 0000000..a27308f --- /dev/null +++ b/net-libs/vuetorrent-bin/Manifest @@ -0,0 +1 @@ +DIST vuetorrent-bin-2.7.1.zip 3087078 BLAKE2B 3497a1ec7103f44f8823104bcfeb3214f5dee899a85699f51b913c9ae32277aee086e5b3e05624c74161fb516dc03177274a31f2faa4939ee01875b4308c36e7 SHA512 0aa53eb66ee384f514d555f40d686c946479057baef98860cc76d6d48a84d42f312eb107c8d69286c4816983926d2ba37cd977bf56acce974257e4b344568c20 diff --git a/net-libs/vuetorrent-bin/metadata.xml b/net-libs/vuetorrent-bin/metadata.xml new file mode 100644 index 0000000..57648d7 --- /dev/null +++ b/net-libs/vuetorrent-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + me@puqns67.icu + Puqns67 + + + VueTorrent/VueTorrent + + diff --git a/net-libs/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild b/net-libs/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild new file mode 100644 index 0000000..fa0f0f0 --- /dev/null +++ b/net-libs/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The sleekest looking WEBUI for qBittorrent made with Vuejs!" +HOMEPAGE="https://github.com/VueTorrent/VueTorrent" +SRC_URI="https://github.com/VueTorrent/VueTorrent/releases/download/v${PV}/vuetorrent.zip -> ${P}.zip" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~riscv" + +RESTRICT="mirror" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_install() { + dodir /usr/share + cp -rv "${S}/${PN%-bin}" "${D}/usr/share" || die +}