Skip to content

links: update 2.20.2 to 2.26 #2618

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}