dev-util/deblob: add 0.1

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier 2022-09-28 02:27:21 +02:00
parent f22145f23c
commit c8dd634f37
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
3 changed files with 34 additions and 5 deletions

1
dev-util/deblob/Manifest Normal file
View File

@ -0,0 +1 @@
DIST deblob-0.1.tar.gz 10553 BLAKE2B 42253d68d2f424a5a40615b439d126a85ab66e1983e27b2e707ec8914452b2b1d263ee073a62ab5e96a3f3def59271a7301dbb85859c7f61851f7e67a88006ce SHA512 2979e676ebcc41c18a3fbcc041427b1e3515203c070da88bef63946c9449e2e3e7f7b26d563b9b8e11979673436fb05a355b5014496fc708eeffade1cea1ac3a

View 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
}

View File

@ -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