mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 23:41:30 +01:00
Update pkg.sh, fix #63
This commit is contained in:
parent
4d9b217854
commit
527de5dbe9
6
pkg.sh
6
pkg.sh
|
@ -9,7 +9,7 @@ esac
|
||||||
pkg=${PKG:-${pkg}}
|
pkg=${PKG:-${pkg}}
|
||||||
|
|
||||||
name='fantasque-sans'
|
name='fantasque-sans'
|
||||||
version='1.6.5'
|
version='1.7.0'
|
||||||
desc='A font family with a great monospaced variant for programmers.'
|
desc='A font family with a great monospaced variant for programmers.'
|
||||||
url=http://openfontlibrary.org/en/font/fantasque-sans
|
url=http://openfontlibrary.org/en/font/fantasque-sans
|
||||||
|
|
||||||
|
@ -21,11 +21,11 @@ fpm -s dir -t ${pkg} -a all \
|
||||||
--license OFL \
|
--license OFL \
|
||||||
FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \
|
FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||||
FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \
|
FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||||
FantasqueSansMono-RegItalic.ttf=/usr/share/fonts/truetype/${name}/ \
|
FantasqueSansMono-Italic.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||||
FantasqueSansMono-BoldItalic.ttf=/usr/share/fonts/truetype/${name}/ \
|
FantasqueSansMono-BoldItalic.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||||
OTF/FantasqueSansMono-Regular.otf=/usr/share/fonts/opentype/${name}/ \
|
OTF/FantasqueSansMono-Regular.otf=/usr/share/fonts/opentype/${name}/ \
|
||||||
OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \
|
OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \
|
||||||
OTF/FantasqueSansMono-RegItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
OTF/FantasqueSansMono-Italic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||||
OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||||
OFL.txt=/usr/share/doc/${name}/copyright \
|
OFL.txt=/usr/share/doc/${name}/copyright \
|
||||||
README.md=/usr/share/doc/${name}/ \
|
README.md=/usr/share/doc/${name}/ \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user