app-misc/proctl: rename source to ${P}.gh.tar.gz

Fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-07-03 18:02:18 +02:00
parent 00a35172d2
commit 7fa7d017b0
2 changed files with 2 additions and 3 deletions

View File

@@ -5,10 +5,9 @@ EAPI=8
inherit meson
SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz"
DESCRIPTION="small C program that can control processes"
HOMEPAGE="https://github.com/kernaltrap8/proctl"
SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-3"
SLOT="0"