mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
net-misc/freetube-bin: fix KEYWORDS, SRC_URI
This is a prebuilt amd64 only package. It can't be used in any other arch. KEYWORDS and SRC_URI need to reflect that. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021-2025 Gentoo Authors
|
# Copyright 2021-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -7,14 +7,17 @@ inherit desktop unpacker xdg
|
|||||||
|
|
||||||
DESCRIPTION="A private YouTube desktop client"
|
DESCRIPTION="A private YouTube desktop client"
|
||||||
HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
|
HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
|
||||||
SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_beta_amd64.deb
|
SRC_URI="
|
||||||
-> ${P}.deb
|
amd64? (
|
||||||
|
https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_beta_amd64.deb
|
||||||
|
-> ${P}.deb
|
||||||
|
)
|
||||||
"
|
"
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="AGPL-3+"
|
LICENSE="AGPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="-* ~amd64"
|
||||||
|
|
||||||
QA_PREBUILT="
|
QA_PREBUILT="
|
||||||
/opt/FreeTube/freetube
|
/opt/FreeTube/freetube
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021-2025 Gentoo Authors
|
# Copyright 2021-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -7,14 +7,17 @@ inherit desktop unpacker xdg
|
|||||||
|
|
||||||
DESCRIPTION="A private YouTube desktop client"
|
DESCRIPTION="A private YouTube desktop client"
|
||||||
HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
|
HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
|
||||||
SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_beta_amd64.deb
|
SRC_URI="
|
||||||
-> ${P}.deb
|
amd64? (
|
||||||
|
https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_beta_amd64.deb
|
||||||
|
-> ${P}.deb
|
||||||
|
)
|
||||||
"
|
"
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="AGPL-3+"
|
LICENSE="AGPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="-* ~amd64"
|
||||||
|
|
||||||
QA_PREBUILT="
|
QA_PREBUILT="
|
||||||
/opt/FreeTube/freetube
|
/opt/FreeTube/freetube
|
||||||
|
|||||||
Reference in New Issue
Block a user