New port: x11-fonts/steps-mono
Steps Mono was created by Raphael Bastide and Jean-Baptiste Morizot for the French magazine Etapes: to demonstrate a collaborative design on the same font. WWW: https://raphaelbastide.com/steps-mono
This commit is contained in:
parent
6a681ed589
commit
edfedf4e20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532119
@ -214,6 +214,7 @@
|
||||
SUBDIR += sourcesanspro-ttf
|
||||
SUBDIR += sourceserifpro-ttf
|
||||
SUBDIR += spleen
|
||||
SUBDIR += steps-mono
|
||||
SUBDIR += stix-fonts
|
||||
SUBDIR += sudo-font
|
||||
SUBDIR += suxus
|
||||
|
29
x11-fonts/steps-mono/Makefile
Normal file
29
x11-fonts/steps-mono/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Mateusz Piotrowski <0mp@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= steps-mono
|
||||
DISTVERSION= 0.3-29
|
||||
DISTVERSIONSUFFIX= -gc090a79
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
COMMENT= Monospace font created for the French magazine Etapes
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= fonts
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= raphaelbastide
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/Steps-Mono-Thin.otf \
|
||||
${FONTSDIR}/Steps-Mono.otf
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/fonts/*.otf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/steps-mono/distinfo
Normal file
3
x11-fonts/steps-mono/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587308364
|
||||
SHA256 (raphaelbastide-steps-mono-0.3-29-gc090a79_GH0.tar.gz) = e34908ac0e1ac73df715b828c9992b9ba7fc332940b3790312f7204b9aeff4c9
|
||||
SIZE (raphaelbastide-steps-mono-0.3-29-gc090a79_GH0.tar.gz) = 4120054
|
5
x11-fonts/steps-mono/pkg-descr
Normal file
5
x11-fonts/steps-mono/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Steps Mono was created by Raphael Bastide and Jean-Baptiste Morizot
|
||||
for the French magazine Etapes: to demonstrate a collaborative design
|
||||
on the same font.
|
||||
|
||||
WWW: https://raphaelbastide.com/steps-mono
|
Loading…
Reference in New Issue
Block a user