Skip to content
Permalink
90cf93ecd4
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
 
 
Cannot retrieve contributors at this time
executable file 32 lines (22 sloc) 650 Bytes
#!/usr/bin/env beesh
# BEE_VERSION texstudio-4.0.4-0
#SRCURL[0]="https://github.com/texstudio-org/texstudio/archive/refs/tags/${PKGVERSION}.tar.gz textstudio-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2933f02ea2d384d6fcfbab7d96d294f8/textstudio-4.0.4.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
start_cmd qmake PREFIX=${PREFIX} ${S}/texstudio.pro
}
mee_build() {
start_cmd make ${BEE_MAKEFLAGS} "${@}"
}
mee_install() {
start_cmd make ${BEE_MAKEFLAGS} install INSTALL_ROOT=${D}
}