summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 14918fc20a48a82dd25f729909ddc547b1fdac50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Teddy Valette (kyominii) <teddy.valette@telecomnancy.net>
# Contributor: Matthew Desmond <mattdesmond@gmail.com>

pkgname=ttf-abel-regular
pkgver=1.0
pkgrel=1
pkgdesc="Abel is a modern interpretation of the condensed flat-sided sans serif."
url="http://www.madtype.com/"
arch=(any)
license=(custom)
source=('Abel-Regular.ttf::https://github.com/google/fonts/raw/master/ofl/abel/Abel-Regular.ttf'
        'LICENSE::https://github.com/google/fonts/raw/master/ofl/abel/OFL.txt') 
sha256sums=('97cf1dbf8f17f42d7799b7725bacbee7d334da8eed29b3bbe3da0fab72a70379'
            '4f4bc3806a1e55789c6ef75ca5fc628297b05292f74966474dc0d40324abc609')

package() {
  install -Dm644 ${srcdir}/Abel-Regular.ttf "$pkgdir"/usr/share/fonts/TTF/Abel-Regular.ttf
  install -Dm644 ${srcdir}/LICENSE "$pkgdir"/usr/share/licenses/ttf-abel-regular/LICENSE
}