mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-misc/ani-cli: update SRC_URI
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
@@ -6,15 +6,14 @@ EAPI=8
|
||||
DESCRIPTION="A cli to browse and watch anime."
|
||||
HOMEPAGE="https://github.com/pystardust/ani-cli"
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/pystardust/ani-cli.git"
|
||||
EGIT_REPO_URI="https://github.com/pystardust/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli -> ${P}
|
||||
https://github.com/pystardust/${PN}/releases/download/v${PV}/ani-cli.1 -> ${P}.1
|
||||
https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${P}"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
@@ -29,6 +28,6 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}/${P}" "${PN}"
|
||||
newman "${DISTDIR}/${P}.1" "${PN}.1"
|
||||
dobin "${PN}"
|
||||
doman "${PN}.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user