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
@wwwutz
Latest commit ea1840e Jan 9, 2020 History
- SRCURL, .org is down
- focus on one language
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 39 lines (27 sloc) 565 Bytes
#!/usr/bin/env beesh
# BEE_VERSION popt-1.16-1
# https://git.alpinelinux.org/aports/tree/main/popt/APKBUILD
SRCURL[0]="https://deb.debian.org/debian/pool/main/p/${PKGNAME}/${PKGNAME}_${PKGVERSION[2]}.orig.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-static \
--disable-nls
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}