contrib/ttf-line-awesome/Pkgfile

15 lines
431 B
Plaintext

# Description: Replace Font Awesome with modern line icons
# URL: https://github.com/icons8/line-awesome
# Maintainer: Tim Biermann, tbier at posteo dot de
name=ttf-line-awesome
version=1.2.1
release=2
source=(https://github.com/icons8/line-awesome/archive/v$version/$name-$version.tar.gz)
build() {
find ${name/ttf-}-$version \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/line-awesome/{} \;
}