d77crux/ttf-font-awesome/Pkgfile

16 lines
491 B
Text

# Description: Font Awesome
# URL: https://fontawesome.com/
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# originally found at Tim Bierman's Github repo crux-ports
name=ttf-font-awesome
version=6.7.1
release=1
source=(https://github.com/FortAwesome/Font-Awesome/archive/$version/FontAwesome-$version.tar.gz)
build() {
cd Font-Awesome-$version
install -d $PKG/usr/share/fonts/TTF/font-awesome/
install -m644 ./webfonts/*.ttf $PKG/usr/share/fonts/TTF/font-awesome/
}