Skip to content

Commit

Permalink
Merge pull request #1874 from mariux64/add-progress
Browse files Browse the repository at this point in the history
progress: add version 0.15
  • Loading branch information
wwwutz authored Sep 8, 2020
2 parents d49ee73 + d18bf32 commit f8d7420
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions progress.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION progress-0.15-0

# SRCURL[0]="https://github.com/Xfennec/progress/archive/v${PKGVERSION}.tar.gz progress-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a2dbd6896e30731697da3b8e310f8cbe/progress-0.15.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
sed -e '/override LDFLAGS += -lm/s/$/ -lncurses/' \
-e '/UNAME := /s/$/MARIUXIGNOREME/' \
-e 's/MANDIR/MAN1DIR/' \
-i Makefile
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit f8d7420

Please sign in to comment.