summaryrefslogtreecommitdiff
path: root/user/fira-code/APKBUILD
blob: 51be841bdce7177248dfd857738b0c1b63510011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=fira-code
pkgver=1.206
pkgrel=0
pkgdesc="Monospace typeface with ligatures for programming"
url="https://patreon.com/tonsky"
arch="noarch"
options="!check"  # No test suite.
license="OFL-1.1"
depends="fontconfig"
makedepends=""
subpackages=""
source="https://github.com/tonsky/FiraCode/releases/download/$pkgver/FiraCode_$pkgver.zip"
builddir="$srcdir"/otf

package() {
	cd "$builddir"
	install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/OTF/ *.otf
}

sha512sums="56451c338a76fabb15527c1ac247f61f3e8a3ef98d8428bf7a5bfcf506a12ce1cbf6075a1435cbf936800b38ebe5554f4c8becc62f596c23097fdbaaa30f606b  FiraCode_1.206.zip"