d77crux/ttf-font-awesome/Pkgfile

17 lines
491 B
Text
Raw Normal View History

2024-10-01 16:08:37 +02:00
# 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
2024-11-21 19:16:32 +01:00
version=6.7.1
2024-10-01 16:08:37 +02:00
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/
}