# Description: The iconic SVG, font, and CSS toolkit # URL: https://fontawesome.com/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=font-awesome version=6.7.2 release=1 source=(https://github.com/FortAwesome/Font-Awesome/archive/${version}/Font-Awesome-${version}.tar.gz) build() { cd Font-Awesome-${version} install -d $PKG/usr/share/fonts/TTF install -d $PKG/usr/share/fonts/OTF install -m644 ./webfonts/*.ttf $PKG/usr/share/fonts/TTF install -m644 ./otfs/*.otf $PKG/usr/share/fonts/OTF }