aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-fira-code/APKBUILD
blob: cd3b159376ac1d9ef3573548cd77e2bb18e00e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Michal Sidor <public+git@meekchopp.es>
# Maintainer:
pkgname=font-fira-code
_pkgname=firacode
pkgver=1.206
pkgrel=0
pkgdesc="Monospaced font with programming ligatures"
url="https://github.com/tonsky/FiraCode"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
options="!check"
source="https://github.com/tonsky/FiraCode/releases/download/$pkgver/FiraCode_$pkgver.zip"
builddir="$srcdir"

package() {
	cd "$builddir"
	install -d "$pkgdir/usr/share/fonts/$_pkgname"
	install -t "$pkgdir"/usr/share/fonts/$_pkgname otf/*.otf
}

sha512sums="56451c338a76fabb15527c1ac247f61f3e8a3ef98d8428bf7a5bfcf506a12ce1cbf6075a1435cbf936800b38ebe5554f4c8becc62f596c23097fdbaaa30f606b  FiraCode_1.206.zip"