Skip to content

Commit

Permalink
btop: add version 1.2.13
Browse files Browse the repository at this point in the history
- added
wwwutz committed Nov 28, 2023
1 parent df6c93a commit 73ff3c1
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 73ff3c1

Please sign in to comment.