On 2018/01/05 19:04, Rafael Sadowski wrote:
> On Fri Jan 05, 2018 at 03:16:35AM -0700, Anthony J. Bentley wrote:
> > Hi,
> >
> > IBM Plex is IBM's corporate type family. It is used by IBMers for all
> > typographical situations, whenever possible.
> >
> > ok?
> >
>
> Looks good! Two things, what do you think of that:
>
> GH_TAGNAME = v0.5.3
>
> DISTNAME = ibm-plex-${GH_TAGNAME:S/v//}
Plenty of ways to skin that cat :) I find it easier to read without
the extra regex. Another option:
CATEGORIES = fonts
TYPEFACE = ibm-plex
V = 0.5.3
DISTNAME = ${PKGNAME}
GH_ACCOUNT = IBM
GH_PROJECT = type
GH_TAGNAME = v$V
Up to ${MAINTAINER} really. I'm ok with either of these variants.