From 5000610f03ab5cb77607edf128e4a34766815237 Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Tue, 19 Mar 2024 21:09:55 +0800 Subject: [PATCH] www-apps/vuetorrent-bin: add 2.7.2, drop 2.7.1 --- www-apps/vuetorrent-bin/Manifest | 2 +- ...in-2.7.1.ebuild => vuetorrent-bin-2.7.2.ebuild} | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) rename www-apps/vuetorrent-bin/{vuetorrent-bin-2.7.1.ebuild => vuetorrent-bin-2.7.2.ebuild} (59%) diff --git a/www-apps/vuetorrent-bin/Manifest b/www-apps/vuetorrent-bin/Manifest index a27308f..71325ec 100644 --- a/www-apps/vuetorrent-bin/Manifest +++ b/www-apps/vuetorrent-bin/Manifest @@ -1 +1 @@ -DIST vuetorrent-bin-2.7.1.zip 3087078 BLAKE2B 3497a1ec7103f44f8823104bcfeb3214f5dee899a85699f51b913c9ae32277aee086e5b3e05624c74161fb516dc03177274a31f2faa4939ee01875b4308c36e7 SHA512 0aa53eb66ee384f514d555f40d686c946479057baef98860cc76d6d48a84d42f312eb107c8d69286c4816983926d2ba37cd977bf56acce974257e4b344568c20 +DIST vuetorrent-bin-2.7.2.tar.gz 3259068 BLAKE2B 86bfffab4c184f6b316b25fb8504ed341737b0fb0e101797a11b825898f9b44e2af5f6830e4316ec5f320b6e3bb3940c2cc13390dec0f43ecc3cfc843596bffa SHA512 be7d6f6ac8214901dfe7d2fb104e5d15a6aaebcfa7fc9a3b9e8759bd8b2b7cb8ab5b2ed38bf6d01b7a06dd0d2dcadce0c8632e222e64016056ea35bb932238b1 diff --git a/www-apps/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild b/www-apps/vuetorrent-bin/vuetorrent-bin-2.7.2.ebuild similarity index 59% rename from www-apps/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild rename to www-apps/vuetorrent-bin/vuetorrent-bin-2.7.2.ebuild index 97fe9c3..0ed1fa1 100644 --- a/www-apps/vuetorrent-bin/vuetorrent-bin-2.7.1.ebuild +++ b/www-apps/vuetorrent-bin/vuetorrent-bin-2.7.2.ebuild @@ -3,9 +3,13 @@ EAPI=8 +_COMMIT="00eac97eb59e8ce167e75455db5f6d54e67914d3" + 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" +SRC_URI="https://github.com/VueTorrent/VueTorrent/archive/${_COMMIT}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/VueTorrent-${_COMMIT}" LICENSE="GPL-3+" SLOT="0" @@ -13,11 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv" RESTRICT="mirror" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - src_install() { - dodir /usr/share - cp -rv "${S}/${PN%-bin}" "${D}/usr/share" || die + insinto "/usr/share/${PN%-bin}" + doins -r * }