mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-util/deblob: add 0.6, drop 0.4
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
27
dev-util/deblob/deblob-0.6.ebuild
Normal file
27
dev-util/deblob/deblob-0.6.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# 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
|
||||
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
|
||||
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:="
|
||||
RDEPEND=""
|
||||
|
||||
# built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/deblob"
|
||||
|
||||
src_install() {
|
||||
PREFIX="/usr" default
|
||||
}
|
||||
Reference in New Issue
Block a user