Skip to content
Permalink
83e0d7979c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@thomas
Latest commit d5cf4e2 Dec 5, 2019 History
This version builds w/o further dependencies on
libbrotlidec.
2 contributors

Users who have contributed to this file

@pmenzel @thomas
executable file 28 lines (20 sloc) 336 Bytes
#!/bin/env beesh
# BEE_VERSION links-2.20.2-0
PGRP=( uncategorized )
SRCURL[0]="http://links.twibright.com/download/links-${PKGVERSION}.tar.bz2"
# EXCLUDE=""
mee_patch() {
cd intl
./gen-intl
./synclang
cd ..
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
}
mee_install() {
bee_install
}