Skip to content

Commit

Permalink
Merge pull request #45 from mariux64/addFont-Symbola
Browse files Browse the repository at this point in the history
font-symbola: Add font Symbola version 9
  • Loading branch information
pmenzel committed Jul 12, 2016
2 parents 2cf35bd + 16e78cb commit 7128488
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions font-symbola-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

bee_version font-symbola-9.00-0

SRCURL[0]="http://users.teilar.gr/~g1951d/Symbola.zip"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Symbola
cp -av ${S}/*.ttf ${D}${DATAROOTDIR}/fonts/Symbola/
}

0 comments on commit 7128488

Please sign in to comment.