Skip to content

Commit

Permalink
Merge pull request #1230 from mariux64/update-nethogs
Browse files Browse the repository at this point in the history
nethogs: update 0.8.1+126 to 0.8.5+61
  • Loading branch information
donald authored Sep 2, 2019
2 parents b869b58 + 3a57138 commit c3fc69f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 83 deletions.
83 changes: 0 additions & 83 deletions nethogs-0.8.1_p126_9d692b1-0.bee

This file was deleted.

29 changes: 29 additions & 0 deletions nethogs.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/bin/env beesh

# BEE_VERSION nethogs-0.8.5_p61-0

SRCURL[0]="https://github.com/raboof/nethogs.git"

mee_getsources() {
cd ${S}
git clone ${SRCURL} .
# git checkout v${PKGFULLVERSION}
# 0.8.5 + 61 commits
git checkout dbbee09d7939bf8efacdc90aa6c738f46e939f41
}

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_update
#}

0 comments on commit c3fc69f

Please sign in to comment.