logo

go-deblob

remove binary blobs from a directory
commit: c8c02999d2c597137656e16ca2ff1a69c494992e
parent: ccd8fd7089d7bb15b8ad956f07ae6830c32fb148
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 12 Dec 2019 04:22:23 +0100

go-deblob.1: Add /etc/portage/bashrc example

Diffstat:

Mgo-deblob.19+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/go-deblob.1 b/go-deblob.1 @@ -37,5 +37,14 @@ ELF files by the magic-header .Xr ar 1 files by the magic-header .El +.Sh EXAMPLES +The following code block show how it is intended to be used in Gentoo's +.Pa /etc/portage/bashrc : +.Bd -literal +if [ "${EBUILD_PHASE}" == "prepare" ] +then + go-deblob -e 'test*' -e '*/test*' -d "${WORKDIR}" +fi +.Ed .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+go-deblob-mdoc@hacktivis.me