mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/Iosevka: Updated for version 1.9.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5eeae1c054
commit
a641fe15c4
3 changed files with 16 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Iosevka
|
||||
|
||||
# Copyright 2015 Eugene M., <damagedone at gmx dot com>
|
||||
# Copyright 2015-2016 Eugene M., <damagedone at gmx dot com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Iosevka
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,8 +41,10 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/iosevka-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/iosevka-slab-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/01.iosevka-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/02.iosevka-term-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/03.iosevka-cc-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/04.iosevka-slab-$VERSION.zip -d $TMP/$PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
PRGNAM="Iosevka"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.9.2"
|
||||
HOMEPAGE="https://be5invis.github.io/Iosevka/"
|
||||
DOWNLOAD="https://github.com/be5invis/Iosevka/releases/download/v1.5.1/iosevka-1.5.1.zip \
|
||||
https://github.com/be5invis/Iosevka/releases/download/v1.5.1/iosevka-slab-1.5.1.zip"
|
||||
MD5SUM="69bcd7208f140e945c8b14f3828d615c \
|
||||
e63388c992772c830dcb82539944d9ee"
|
||||
DOWNLOAD="https://github.com/be5invis/Iosevka/releases/download/v1.9.2/01.iosevka-1.9.2.zip \
|
||||
https://github.com/be5invis/Iosevka/releases/download/v1.9.2/02.iosevka-term-1.9.2.zip \
|
||||
https://github.com/be5invis/Iosevka/releases/download/v1.9.2/03.iosevka-cc-1.9.2.zip \
|
||||
https://github.com/be5invis/Iosevka/releases/download/v1.9.2/04.iosevka-slab-1.9.2.zip"
|
||||
MD5SUM="9af0156ac83a580baba09a3b200d5ca9 \
|
||||
8ce6c1dacd66cdffad987b135cc33e45 \
|
||||
227ecf03beede4306816fe1235cf03c4 \
|
||||
bedab1300cf892ec38e681d6970e5079"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -4,7 +4,4 @@ ideal font for programming.
|
|||
|
||||
- Four styles: Regular, Italic, Bold, and Bold Italic;
|
||||
- Extended language support for most Latin-based Western, Central and
|
||||
Northern European languages, as well as Greek and Cyrillic.
|
||||
|
||||
This Slackbuild installs two versions of fonts: Iosevka and
|
||||
Iosevka-slab.
|
||||
Northern European languages, as well as Greek and Cyrillic.
|
||||
|
|
Loading…
Reference in a new issue