guru/dev-util/deblob/deblob-9999.ebuild
Haelwenn (lanodan) Monnier e7b0ff0d57
dev-util/deblob: Remove mandoc from tests
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2022-08-07 10:58:36 +02:00

22 lines
421 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=""
src_install() {
PREFIX="/usr" default
}