core/ttf-raleway/PKGBUILD

19 lines
524 B
Bash
Raw Normal View History

2012-06-02 22:40:33 +08:00
# Platform packages for Chakra
pkgname=ttf-raleway
pkgver=1
2012-08-17 06:59:49 +08:00
pkgrel=3
2012-06-02 22:40:33 +08:00
pkgdesc="A sans-serif typeface"
arch=('any')
url="http://theleagueofmoveabletype.com/raleway/"
license=('OFL')
depends=('fontconfig' 'xorg-font-utils')
install=ttf.install
source=('http://www.impallari.com/media/uploads/prosources/update-35-source.zip')
md5sums=('d61ac36dbb0efd1ffaddc78ab9a082f8')
2012-06-02 22:40:33 +08:00
package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
2012-08-17 06:59:49 +08:00
install -m644 ${srcdir}/raleway-family-v2/Raleway-Thin.ttf ${pkgdir}/usr/share/fonts/TTF/
2012-06-02 22:40:33 +08:00
}