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
- now on github
- source folder changes
1 contributor

Users who have contributed to this file

executable file 42 lines (29 sloc) 624 Bytes
#!/usr/bin/env beesh
# BEE_VERSION sqlitestudio-3.2.1-1
# BEE_BUILDTYPE=make
# more info: https://foo.bar.com
SRCURL[0]="https://github.com/pawelsalawa/sqlitestudio/archive/${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
DESTDIR="${D}" \
qmake \
"DEFINES += NO_AUTO_UPDATES" \
../source/SQLiteStudio3/SQLiteStudio3.pro
}
mee_build() {
make ${BEE_MAKEFLAGS}
}
bee_install() {
make install INSTALL_ROOT="${D}"
}
#mee_install_post() {
# exit
#}