Skip to content
Permalink
update-mpfr-402
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 29 lines (22 sloc) 431 Bytes
#!/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
#}