# Copyright 2021-2023 Haelwenn (lanodan) Monnier # Distributed under the terms of the GNU General Public License v2 EAPI=8 if [[ "$PV" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" else VERIFY_SIG_METHOD=signify inherit verify-sig SRC_URI=" https://hacktivis.me/releases/${P}.tar.gz verify-sig? ( https://hacktivis.me/releases/${P}.tar.gz.sign ) " KEYWORDS="~amd64 ~arm64 ~riscv" fi DESCRIPTION="remove binary executables from a directory" HOMEPAGE="https://git.sr.ht/~lanodan/deblob" LICENSE="BSD" SLOT="0" DEPEND=" >=dev-lang/hare-0_pre20230615:=