blob: 522ea07c1d3ea9c7509f4a45aafb84ef7e5af04b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttc-iosevka-ss04-super
pkgver=31.6.1
pkgrel=1
pkgdesc='Typeface family designed for coding, terminal use and technical documents.'
arch=('any')
url='https://typeof.net/Iosevka/'
license=('OFL')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/SuperTTC-IosevkaSS04-${pkgver}.zip"
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md")
sha256sums=('981e8dad8d9787549a76705f9553323ec2ad1b2a681672039ec75e57b1a70843'
'8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
install -m644 *.ttc ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}
|