void-packages/srcpkgs/font-firacode/template
2019-07-28 10:09:45 +02:00

19 lines
642 B
Bash

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