void-packages/srcpkgs/font-firacode/template
2020-05-01 21:04:40 +02:00

19 lines
640 B
Bash

# Template file for 'font-firacode'
pkgname=font-firacode
version=3.1
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=cbcabd2c412ee4c3fec4688be8387de18a33bb77bc5c5988e9fd9293a0b9dbb7
font_dirs="/usr/share/fonts/OTF"
do_install() {
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
}