Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htop: update to 3.0.1
- old patch failed to download
  • Loading branch information
wwwutz committed Sep 14, 2020
1 parent e9499ad commit 4dd2e78
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 84 deletions.
84 changes: 0 additions & 84 deletions htop-1.0.3_p164_b1aea7f-1.bee

This file was deleted.

38 changes: 38 additions & 0 deletions htop.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION htop-3.0.1-0

# SRCURL[0]="https://github.com/htop-dev/htop/archive/${PKGVERSION}.tar.gz htop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c09908bacb5e22454715547aed88c3af/htop-3.0.1.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
mkdir m4
autoreconf --install --force
}

# mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 4dd2e78

Please sign in to comment.