www-apps/vuetorrent-bin: add 2.7.2, drop 2.7.1
This commit is contained in:
parent
6e3aa5b4b3
commit
5000610f03
@ -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
|
||||
|
@ -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 *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user