summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e9c034a59d639a62c46b0a837669963e2a0cc8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: LightDot <lightdot -a-t- g m a i l>

pkgname=ttf-nokiapure
pkgver=1.0
pkgrel=4
pkgdesc="Nokia Pure text font."
arch=('any')
url="https://en.wikipedia.org/wiki/Nokia_Pure"
license=('unknown')
source=("http://web.archive.org/web/20141118200943/https://assetportal.nokia.com/other_files/Brand_Book_v2.2_2011/Fonts/puretext/nokiapuretext-webfont.ttf")
md5sums=('d1d5f51179052d6104884eb37590cae8')

package() {
  install -Dm644 nokiapuretext-webfont.ttf "$pkgdir/usr/share/fonts/TTF/nokiapuretext-webfont.ttf"
}