George Rosamond writes:
> +GH_ACCOUNT =         IBM
> +GH_PROJECT =         plex
> +GH_TAGNAME =         v${V}
> +
>  # SIL OFL 1.1
>  PERMIT_PACKAGE =     Yes
>  
> -MASTER_SITES =               https://github.com/IBM/plex/releases/download/v
> $V/
> -
> -DISTFILES =          OpenType.zip \
> -                     TrueType.zip
> -
> -DIST_SUBDIR =                ibm-plex-$V
> -
>  HOMEPAGE =           https://www.ibm.com/plex/

GH_* should not be used for every GitHub project, only those that don't
upload their own distfiles and thus need to fall back on autogenerated
ones. Plex is one of the projects that does upload its own .zips, so
please keep using MASTER_SITES/DISTFILES (and DIST_SUBDIR since they're
unversioned).

Reply via email to