aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-fira-code/APKBUILD
blob: 18673f90c0cce9d312e1667aa142aad6512d334f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Michal Sidor <public+git@meekchopp.es>
# Maintainer:
pkgname=font-fira-code
_pkgname=firacode
pkgver=1.207
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() {
	install -d "$pkgdir/usr/share/fonts/$_pkgname"
	install -t "$pkgdir"/usr/share/fonts/$_pkgname otf/*.otf
}

sha512sums="29615bba3b70641e8f78ca865f8325a3d8dbeb7a8c72288d1e520d4c82e749118f30980b847d35d3fd120914cf4ca1a9c4f57725c8791ba6291a13e8c52dd1d0  FiraCode_1.207.zip"