Skip to content
Permalink
726b4877f9
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
@wwwutz
Latest commit 4dd2e78 Sep 14, 2020 History
- old patch failed to download
1 contributor

Users who have contributed to this file

executable file 38 lines (27 sloc) 590 Bytes
#!/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
#}