From 596b951d68fdc8cf01d5608958c634006a2e8221 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 28 Jun 2020 21:29:07 +0200 Subject: [PATCH] diffstat: Add version 1.63 [Description](https://invisible-island.net/diffstat/): > diffstat reads the output of diff and displays a histogram of the > insertions, deletions, and modifications per-file. It is useful for > reviewing large, complex patch files. Needed for [Yocto](https://www.yoctoproject.org/). --- diffstat.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 diffstat.be0 diff --git a/diffstat.be0 b/diffstat.be0 new file mode 100755 index 000000000..7b7c41d19 --- /dev/null +++ b/diffstat.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION diffstat-1.63-0 + +# more info: https://foo.bar.com + +SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}