Skip to content
Permalink
master
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 23 lines (15 sloc) 437 Bytes
#!/usr/bin/env beesh
# BEE_VERSION texmaker-5.0.3-0
SRCURL[0]="https://www.xm1math.net/texmaker/texmaker-${PKGVERSION}.tar.bz2"
PATCHURL[0]=""
# EXCLUDE=""
# build_in_sourcedir
mee_configure() {
start_cmd qmake PREFIX=${PREFIX} DESKTOPDIR=${DATADIR}/applications ICONDIR=${DATADIR}/pixmaps ${S}/texmaker.pro
}
mee_build() {
start_cmd make ${BEE_MAKEFLAGS}
}
mee_install() {
start_cmd make install INSTALL_ROOT=${D}
}