Skip to content
Permalink
update-openssh
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
1 contributor

Users who have contributed to this file

executable file 39 lines (26 sloc) 629 Bytes
#!/usr/bin/env beesh
# BEE_VERSION bin86-0.16.17-1
SRCURL[0]="https://ftp.osuosl.org/pub/clfs/conglomeration/bin86/bin86-${PKGVERSION}.tar.gz"
PATCHURL[0]="https://ftp.osuosl.org/pub/clfs/conglomeration/bin86/bin86-0.16.17-x86_64-1.patch"
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
mkdir -pv ${D}${BINDIR}
mkdir -pv ${D}${MANDIR}/man1
bee_install BINDIR=${D}${BINDIR} MANDIR=${D}${MANDIR}
}
#mee_install_post() {
# exit
#}