1
0

net-libs/vuetorrent-bin: new package, add 2.7.1

This commit is contained in:
Puqns67 2024-02-27 01:57:33 +08:00
parent 22e4e1ee7f
commit ec55fe09a3
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST vuetorrent-bin-2.7.1.zip 3087078 BLAKE2B 3497a1ec7103f44f8823104bcfeb3214f5dee899a85699f51b913c9ae32277aee086e5b3e05624c74161fb516dc03177274a31f2faa4939ee01875b4308c36e7 SHA512 0aa53eb66ee384f514d555f40d686c946479057baef98860cc76d6d48a84d42f312eb107c8d69286c4816983926d2ba37cd977bf56acce974257e4b344568c20

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@puqns67.icu</email>
<name>Puqns67</name>
</maintainer>
<upstream>
<remote-id type="github">VueTorrent/VueTorrent</remote-id>
</upstream>
</pkgmetadata>

View File

@ -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
}