Skip to content

Commit

Permalink
Merge pull request #3029 from mariux64/add-btop
Browse files Browse the repository at this point in the history
btop: add version 1.2.13
wwwutz committed Nov 28, 2023
2 parents df6c93a + 73ff3c1 commit 752568d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions btop.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION btop-1.2.13-0

# more info: https://github.com/aristocratos/btop

# SRCURL[0]="https://github.com/aristocratos/btop/archive/refs/tags/v${PKGVERSION}.tar.gz btop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/be23bfd87f885c0f606f467ccfebc5e3/btop-1.2.13.tar.gz"

# 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
#}

0 comments on commit 752568d

Please sign in to comment.