# Contributor: Michal Sidor # 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"