New package: font-firacode-1.205 (#1495)

This commit is contained in:
Issam Maghni 2018-08-11 14:42:47 -04:00 committed by cr6git
parent fe62079384
commit b125e3de53
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'font-firacode'
pkgname=font-firacode
version=1.205
revision=1
noarch=yes
create_wrksrc=yes
hostmakedepends="unzip"
font_dirs="/usr/share/fonts/OTF"
short_desc="FiraCode: monospaced font with programming ligatures"
maintainer="Issam Maghni <me@concati.me>"
license="OFL-1.1"
homepage="https://github.com/tonsky/${pkgname#*-}"
distfiles="${homepage}/releases/download/${version}/${pkgname#*-}_${version}.zip"
checksum=85b2a6de92b71ef0f7715cca32d394484221ec978cb21e5228dc99978a7b7d8d
do_install() {
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
}