summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f2e50d9684fef6ed47138c2b8be05012700ad449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer:  MindLikeWater <mlw att pi dott xelpara dott de>

pkgname=ttf-geosans-light
pkgver=1.0
pkgrel=3
pkgdesc="Asian style font, clean and beautiful"
url='http://www.dafont.com/geo-sans-light.font'
arch=('any')
license=('custom')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('unzip')
source=("${pkgname}.zip::http://img.dafont.com/dl/?f=geo_sans_light")
md5sums=('0ae169bc3c5998c0206bcc68f20c726a')
install=$pkgname.install

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