Unverified Commit 2b32e74b authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #1112 from Qeenon/mawa

media-fonts/hasklig: bump up to 1.2
parents 57c8be96 d1731496
DIST Hasklig-1.1.zip 1308041 BLAKE2B 983c2f70bd632c705c1188836a23c9be2b6903d342ab128683f6f92005e8bc3d4844a6b900331a07a715a997d64b77209b48a0963c53ab2fea4c261440d14aa4 SHA512 7621747399c1155faf3f1ba5c73dc4ce829141730fd22c58e97e2f3acf79a45b49dc1cf314af80226dbf3bfbf9a38ceb2de812b46a5d424b6181582429bcc081 DIST Hasklig-1.2.zip 2242002 BLAKE2B a410906c62c59db5677d86de3f7e53afd77f67150b74947e9d55605751d25304179f46bdad876e95cd712d0abe86c02b46cf85398200d56b76e12e4352b1ce31 SHA512 fd8254f6aa14569147bbdb3940a08a99a04b601a56226fa65d73fe3ddb917b49b2234e12f4ea10ac59ba707579ed333e61fa1f1d5f141d9a9b3581cc56c38750
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=7
inherit font inherit font
MY_PN="Hasklig" MY_PN="Hasklig"
DESCRIPTION="Hasklig - a Haskell code font with monospaced ligatures" DESCRIPTION="Hasklig - a Haskell code font with monospaced ligatures"
HOMEPAGE="https://github.com/i-tu/Hasklig" HOMEPAGE="https://github.com/i-tu/Hasklig"
SRC_URI="https://github.com/i-tu/Hasklig/releases/download/${PV}/${MY_PN}-${PV}.zip" SRC_URI="https://github.com/i-tu/Hasklig/releases/download/v${PV}/${MY_PN}-${PV}.zip"
LICENSE="OFL-1.1" LICENSE="OFL-1.1"
SLOT="0" SLOT="0"
...@@ -19,5 +19,6 @@ RESTRICT="binchecks strip" ...@@ -19,5 +19,6 @@ RESTRICT="binchecks strip"
S="${WORKDIR}" S="${WORKDIR}"
# There are also ttf fonts but I've googled that otf is better
FONT_SUFFIX="otf" FONT_SUFFIX="otf"
FONT_S="${S}" FONT_S="${S}/OTF"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment