Skip to content

Commit

Permalink
diffstat: Add version 1.63
Browse files Browse the repository at this point in the history
[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/).
  • Loading branch information
pmenzel committed Jun 29, 2020
1 parent 18368c9 commit 596b951
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions diffstat.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 596b951

Please sign in to comment.