78a5e37d30
---------------------------- v1.1 - New ligatures ->>, :::, >=>, <=<, <=>, <-> - Switched to newer version of calt code by Nikita Prokopov. It "doesn’t apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc" - Fixed ++ and +++ line inconsistency in heavy italic weights v1.0 - Updates to the latest version of SCP - Hasklig moves to a ligature substitution mechanism borrowed from the excellent Fira Code by Nikita Prokopov
23 lines
591 B
Makefile
23 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/05/06 01:06:43 mef Exp $
|
|
|
|
DISTNAME= Hasklig-1.1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=i-tu/}
|
|
GITHUB_RELEASE= ${DISTNAME:S/Hasklig-//}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/i-tu/Hasklig/
|
|
COMMENT= Code font with monospaced ligatures
|
|
LICENSE= ofl-v1.1
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}
|
|
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
|
|
INSTALLATION_DIRS= share/fonts/X11/OTF
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIRS.ttf}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|