mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/deblob: add 0.5
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST deblob-0.4.tar.gz 46977 BLAKE2B 0b83f82ce2bc7521f4f6fe83801a02c7c70e5e49dbb2ee6376300164342da29ff40b7ec0fd02688c854b1516f6767afa9f403d5ef8130c9261067ab74a201f65 SHA512 71530e97f1e53f9167ad5e85b4ca443b5ddfe361bc417d3e656f9ce268b3f27eb22d80ce57567c5e9e01936ce9f73a3387941a79e11a75c1284fd8fa234ccf37
|
||||
DIST deblob-0.5.tar.gz 46977 BLAKE2B 5484a3173bb8f4fc93df7a0b8905f52e6c3d1dbf0ffe86b036dbf3f545d7b3d8eaa486446f0f6bea896bea2e7d63b63b8a4a79ba5f1c380f9487f1a21858be13 SHA512 bb1678aef49ccc20cd06bdf187f5ba97f6618a6ef53cab4a03c8f76d62fc20cb05fb7711931a1d2831ba56a66d0aca9f67b049db0fc732ea7a4624e367a463eb
|
||||
|
||||
26
dev-util/deblob/deblob-0.5.ebuild
Normal file
26
dev-util/deblob/deblob-0.5.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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"
|
||||
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