summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed15bee8da6946865b2aa303f69967d50a92a047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Ron Asimi <ron.asimi@gmail.com>
pkgname=interui-otf
pkgver=3.5
pkgrel=1
pkgdesc='Inter UI is a typeface specially designed for user interfaces with focus on high legibility of small-to-medium sized text on computer screens.'
arch=('any')
url='https://rsms.me/inter/'
license=('custom:SIL')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/rsms/inter/releases/download/v${pkgver}/Inter-${pkgver}.zip"
        "https://raw.githubusercontent.com/rsms/inter/master/LICENSE.txt")
sha256sums=('81f6ac333068803eb1524ea7e0d8b33c9cdad140f97666e63fc7083ecb9e325f'
            'e68284465dffb78145848f2c2e466add3a8f1025788497e95e090f06e5bc19a4')
package() {
    install -d ${pkgdir}/usr/share/fonts/OTF/
    install -m644 "${srcdir}/Inter (OTF)/"*.otf ${pkgdir}/usr/share/fonts/OTF/
    install -D -m644 ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
}