Skip to content
Permalink
c768ade489
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 39 lines (27 sloc) 769 Bytes
#!/usr/bin/env beesh
# BEE_VERSION fantasque-sans-mono-1.8.0-0
# more info: https://belluzj.github.io/fantasque-sans/
#SRCURL[0]="https://justfreefonts.com/download-font.php?font_id=4023 ${PKGNAME}-${PKGVERSION}.zip"
SRCURL[0]="https://beehive.molgen.mpg.de/6000d965cf3c06053c1c5425b0a8b047/fantasque-sans-mono-1.8.0.zip"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
start_cmd install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Fantasque-Sans-Mono
start_cmd cp -av ${S}/**/*.ttf ${D}${DATAROOTDIR}/fonts/Fantasque-Sans-Mono/
}
#mee_install_post() {
# exit
#}