Skip to content

Add googlefonts version 1.0 (Add font Roboto) #2011

Merged
merged 1 commit into from
Nov 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}