mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -5,13 +5,14 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Screen sharing for terminal: ASCII in browser or terminal, without pixels moving"
|
||||
HOMEPAGE="https://github.com/elisescu/tty-share"
|
||||
|
||||
SRC_URI="https://github.com/elisescu/tty-share/releases/download/v${PV}/tty-share_linux-amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
QA_PREBUILT="usr/bin/${PN}"
|
||||
|
||||
Reference in New Issue
Block a user