aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-fira-code/APKBUILD
blob: 2605cfbb2b62fbcd6f80e5c94cfec95fe5f057c4 (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.205
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="6128c56b1b14a3bc20f72cfbd3f5ef12a96fca257f70e79e24b9ca01d51bab845115f24c30a1b5b8c10d6636e222498fcdec2d5ff18c94dc370522751d57c189  FiraCode_1.205.zip"