summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a91d01689df1333c304810a066d67ff3a61df885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgname=ttf-cutive-mono
pkgver=1.001
pkgrel=3
description='Monospaced font based on the IBM Executive typewriters.'
url=https://github.com/vernnobile/CutiveFont/
arch=('any')
license=('custom:OFL')
_dl_base_url='https://github.com/vernnobile/CutiveFont/raw/master/CutiveMono/GWF-1.001'
source=("${_dl_base_url}/CutiveMono-Regular.ttf"
        "${_dl_base_url}/OFL.txt")
sha512sums=('baf0acc7ebf13087244c286445d85db0ddb57ef24685c6696e2e9cbd637493c4f50e4b2ffe44ce85190daea5533ae00a714fce716d664209b46168946bd1f491'
            'ba9ad59388c5a862aef48d976ee7a72839b10ad9da5b74d0ca98adad7b81cabd6207e407ce914f9845fd60e272ce878f7d4b5d5d635378de5806e412fe2f2515')
b2sums=('f1bb71742d65bf18c8d5ac4512928c92c389c21e700f563f0740cedd63090e1becd88b18995d5c0403de860ea75eba2d1fb52ea5b4bf57e3bfbc752a73ccf794'
        '7818800da27132fddc790d5970ddf80113b22465570bf7e7240ae86d4335121aa42bf9eec972ca69fb947f270e07e9d997f1dcab1e1528cd3a9cba343ddf15f5')

package () {
        install -m755 -d "${pkgdir}/usr/share/fonts/${pkgname}"
        install -m644 -t "${pkgdir}/usr/share/fonts/${pkgname}" "${srcdir}"/*.ttf
        install -Dm644 "${srcdir}/OFL.txt" \
                "${pkgdir}/usr/share/licenses/${pkgname}/OFL"
}