mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-util/deblob: add 0.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
f22145f23c
commit
c8dd634f37
1
dev-util/deblob/Manifest
Normal file
1
dev-util/deblob/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST deblob-0.1.tar.gz 10553 BLAKE2B 42253d68d2f424a5a40615b439d126a85ab66e1983e27b2e707ec8914452b2b1d263ee073a62ab5e96a3f3def59271a7301dbb85859c7f61851f7e67a88006ce SHA512 2979e676ebcc41c18a3fbcc041427b1e3515203c070da88bef63946c9449e2e3e7f7b26d563b9b8e11979673436fb05a355b5014496fc708eeffade1cea1ac3a
|
26
dev-util/deblob/deblob-0.1.ebuild
Normal file
26
dev-util/deblob/deblob-0.1.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 2021-2022 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:="
|
||||
RDEPEND=""
|
||||
|
||||
# built by hare
|
||||
QA_FLAGS_IGNORED="usr/bin/deblob"
|
||||
|
||||
src_install() {
|
||||
PREFIX="/usr" default
|
||||
}
|
@ -3,17 +3,19 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
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"
|
||||
EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-lang/hare:=
|
||||
"
|
||||
DEPEND="dev-lang/hare:="
|
||||
RDEPEND=""
|
||||
|
||||
# built by hare
|
||||
|
Loading…
x
Reference in New Issue
Block a user