*/*: whitespace fixes

This fixes the current whitespace issues reported by
`pkgcruft scan -r WhitespaceUnneeded`.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-05-21 16:45:02 +10:00
parent 79ee96312b
commit 48da25ddee
12 changed files with 229 additions and 232 deletions

View File

@@ -17,18 +17,18 @@ RDEPEND="dev-vcs/git"
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
src_unpack() {
git-r3_src_unpack
git-r3_src_unpack
}
src_compile() {
ego build -o bin/lazygit -ldflags "-X main.version=${PV}"
ego build -o bin/lazygit -ldflags "-X main.version=${PV}"
}
src_test() {
ego test ./... -short
ego test ./... -short
}
src_install() {
dobin bin/lazygit
einstalldocs
dobin bin/lazygit
einstalldocs
}