Skip to content

Commit

Permalink
Merge pull request #3184 from mariux64/add-tiptop-2.3.2
Browse files Browse the repository at this point in the history
Add tiptop 2.3.2
  • Loading branch information
pmenzel authored Nov 5, 2024
2 parents ea2c2dc + 3f7b5bd commit 35b61dc
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tiptop.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION tiptop-2.3.2-0

#SRCURL[0]="https://files.inria.fr/pacap/tiptop/tiptop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4a24ef05d8a153cb0e79666e5a20472f/tiptop-2.3.2.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
#}

#mee_install_post() {
# exit
#}

0 comments on commit 35b61dc

Please sign in to comment.