mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-util/deblob: New Package
This will eventually replace dev-util/go-deblob Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
29
dev-util/deblob/deblob-9999.ebuild
Normal file
29
dev-util/deblob/deblob-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="remove binary executables from a directory"
|
||||
EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-lang/hare
|
||||
test? ( app-text/mandoc )
|
||||
"
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
mv "${P}" "${PN}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}" PREFIX="/usr"
|
||||
einstalldocs
|
||||
}
|
||||
8
dev-util/deblob/metadata.xml
Normal file
8
dev-util/deblob/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user