mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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:
@@ -11,6 +11,8 @@ DESCRIPTION="It's a flashlight, what do you expect?"
|
||||
HOMEPAGE="https://gitlab.com/a-wai/flashlight.git"
|
||||
SRC_URI="https://gitlab.com/a-wai/flashlight/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
@@ -18,8 +20,6 @@ KEYWORDS="~amd64 ~arm64"
|
||||
RDEPEND="x11-libs/gtk+"
|
||||
BDEPEND="dev-lang/python-exec[native-symlinks]"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
udev_dorules "${FILESDIR}/60-flashlight.rules"
|
||||
|
||||
Reference in New Issue
Block a user