Skip to content
Permalink
726b4877f9
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
just colors
1 contributor

Users who have contributed to this file

executable file 36 lines (25 sloc) 606 Bytes
#!/usr/bin/env beesh
# BEE_VERSION geany-themes-1.33-1
# bee download https://github.com/geany/geany-themes.git
SRCURL[0]="/src/mariux/beeroot/downloads/geany-themes-1.24_p32_2379c69.tar.bz2"
# PATCHURL+=()
# EXCLUDE+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
:
}
mee_build() {
:
}
mee_install() {
mkdir -p ${D}${DATADIR}/geany/colorschemes
install -m 0644 colorschemes/*.conf ${D}${DATADIR}/geany/colorschemes
}
## by default this may be 'make install DESTDIR="${D}"'