summaryrefslogtreecommitdiff
path: root/pcr/ttf-font-awesome/PKGBUILD
blob: abb63b8a6b2717addf76a1c798158120132e1bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Contributer: UNKNOWN o_O
#Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@replicant.io>

pkgname=ttf-font-awesome
pkgver=3.2.1
pkgrel=2
pkgdesc="Iconic font designed for Bootstrap"
url="http://fortawesome.github.io/Font-Awesome/"
license=('CCPL')
depends=('fontconfig' 'xorg-font-utils')
options=("!strip")
install=$pkgname.install
arch=('any')
source=('http://fortawesome.github.io/Font-Awesome/assets/font-awesome.zip')

package() {
  install -d "$pkgdir/usr/share/fonts/TTF"
  cp -dpr --no-preserve=ownership "$srcdir/font-awesome/font/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
}