void-packages/srcpkgs/font-firacode/template
2020-05-23 10:28:06 +02:00

19 lines
653 B
Bash

# Template file for 'font-firacode'
pkgname=font-firacode
version=4
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/FiraCode"
changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
checksum=46ed45d1a793a56e13d31ed10fb7e09f5277731953a0d9522915644fc59086d8
font_dirs="/usr/share/fonts/OTF"
do_install() {
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
}