Files
guru/dev-util/deblob/deblob-9999.ebuild
Haelwenn (lanodan) Monnier f22145f23c dev-util/deblob: Fix QA_FLAGS_IGNORED
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2022-09-28 00:33:06 +02:00

25 lines
472 B
Bash

# Copyright 2021-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="remove binary executables from a directory"
HOMEPAGE="https://git.sr.ht/~lanodan/deblob"
EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
LICENSE="BSD"
SLOT="0"
DEPEND="
dev-lang/hare:=
"
RDEPEND=""
# built by hare
QA_FLAGS_IGNORED="usr/bin/deblob"
src_install() {
PREFIX="/usr" default
}