Skip to content

Commit

Permalink
Merge pull request #2011 from mariux64/add-roboto
Browse files Browse the repository at this point in the history
Add googlefonts version 1.0 (Add font Roboto)
  • Loading branch information
pmenzel authored Nov 24, 2020
2 parents d658f32 + 27a6b92 commit dcd3203
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions googlefonts.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION googlefonts-1.0-0

# more info: https://fonts.google.com/

SRCURL[0]="/src/mariux/download/Roboto.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 mkdir -p $D/usr/share/fonts/truetype
start_cmd cp $S/Roboto-Regular.ttf $D/usr/share/fonts/truetype/
start_cmd cp $S/Roboto-Italic.ttf $D/usr/share/fonts/truetype/
}

#mee_install_post() {
# exit
#}

0 comments on commit dcd3203

Please sign in to comment.