Skip to content
Permalink
66a911b91c
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 a87aa51 Dec 5, 2019 History
- builds as nonroot
3 contributors

Users who have contributed to this file

@wwwutz @pmenzel @donald
executable file 38 lines (27 sloc) 536 Bytes
#!/usr/bin/env beesh
# BEE_VERSION screen-4.7.0-0
SRCURL[0]="https://ftp.gnu.org/gnu/screen/screen-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--with-socket-dir=/run/uscreens \
--with-pty-group=5 \
--with-sys-screenrc=/etc/screenrc
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}