mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-06 14:12:23 +01:00
23 lines
705 B
Plaintext
23 lines
705 B
Plaintext
# 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"
|