Skip to content

Commit

Permalink
links: update 2.20.2 to 2.26
Browse files Browse the repository at this point in the history
- update
  • Loading branch information
wwwutz committed Apr 12, 2022
1 parent 04ed327 commit 0214470
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions links.be0
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION links-2.20.2-0
# BEE_VERSION links-2.26-0

PGRP=( uncategorized )
#SRCURL[0]="http://links.twibright.com/download/links-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/54dd66bb3d200207a087206379b9e6d6/links-2.26.tar.bz2"

SRCURL[0]="http://links.twibright.com/download/links-${PKGVERSION}.tar.bz2"
# PATCHURL+=()

# EXCLUDE=""
# build_in_sourcedir

mee_patch() {
cd intl
./gen-intl
./synclang
cd ..
}
# sourcesubdir_append src

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

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

mee_install() {
bee_install
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 0214470

Please sign in to comment.