d77crux/ttf-font-awesome/Pkgfile

17 lines
491 B
Text
Raw Permalink 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
2025-01-05 19:05:30 +01:00
version=6.7.2
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/
}