summaryrefslogtreecommitdiff
path: root/media-fonts/hack/hack-3.003.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /media-fonts/hack/hack-3.003.ebuild
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'media-fonts/hack/hack-3.003.ebuild')
-rw-r--r--media-fonts/hack/hack-3.003.ebuild18
1 files changed, 6 insertions, 12 deletions
diff --git a/media-fonts/hack/hack-3.003.ebuild b/media-fonts/hack/hack-3.003.ebuild
index 5346bb339e27..3dc53dfb4c44 100644
--- a/media-fonts/hack/hack-3.003.ebuild
+++ b/media-fonts/hack/hack-3.003.ebuild
@@ -1,26 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-inherit font versionator
+inherit font
-DESCRIPTION="A typeface designed for source code"
+DESCRIPTION="Typeface designed for source code"
HOMEPAGE="https://github.com/source-foundry/Hack"
SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v${PV}-ttf.tar.xz"
+S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc64 x86"
IUSE=""
-RESTRICT="binchecks strip"
-DEPEND=""
-RDEPEND=""
+RESTRICT="binchecks strip"
FONT_SUFFIX="ttf"
-
-src_unpack() {
- mkdir "${S}" && cd "${S}"
- unpack ${A}
-}