summaryrefslogtreecommitdiff
path: root/pcr/ttf-font-awesome/PKGBUILD
diff options
context:
space:
mode:
authoraurelien <aurelien@cwb.io>2013-09-25 20:32:58 +0200
committeraurelien <aurelien@cwb.io>2013-09-25 20:32:58 +0200
commite3315e8885f020b42891970b2077e46246d3099b (patch)
treeb7f894a80a52aae50569244d50aaeefcdaae5d4b /pcr/ttf-font-awesome/PKGBUILD
parent46972b9797ca99ebe8388d62040b04e7ddc48ae1 (diff)
+ ttf-font-awesome
Diffstat (limited to 'pcr/ttf-font-awesome/PKGBUILD')
-rw-r--r--pcr/ttf-font-awesome/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/ttf-font-awesome/PKGBUILD b/pcr/ttf-font-awesome/PKGBUILD
new file mode 100644
index 000000000..abb63b8a6
--- /dev/null
+++ b/pcr/ttf-font-awesome/PKGBUILD
@@ -0,0 +1,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/"
+}