Commit 83c524a5 authored by James T. Lee's avatar James T. Lee
Browse files

hack: Reconcile with upstream EAPI changes

parent d7f0295b
DIST Hack-v2_020-ttf.tar.xz 403148 BLAKE2B 68c4009aa7a62335cd9a3772bda534df007443a7d087d8d870e8b99475e341abd5ad2be4459289ebcf7b688b642ce0d512e0cc29196c7bb94e88e7d684592637 SHA512 092bf9e55082c24ba09f25aa79cbf97f8346dd6c38a6b35f36b044915685b280a91d738ed268bedf7ed4237e5d2f9b34dc217cec1dde7ec8522b8145ab20572b DIST Hack-v2.020-ttf.tar.xz 403148 BLAKE2B 68c4009aa7a62335cd9a3772bda534df007443a7d087d8d870e8b99475e341abd5ad2be4459289ebcf7b688b642ce0d512e0cc29196c7bb94e88e7d684592637 SHA512 092bf9e55082c24ba09f25aa79cbf97f8346dd6c38a6b35f36b044915685b280a91d738ed268bedf7ed4237e5d2f9b34dc217cec1dde7ec8522b8145ab20572b
EBUILD hack-2.020-r9999.ebuild 549 BLAKE2B 4b66c3aa5018dd45a9f59ac1eff401ee7e0da3f69bb2eaf7279ad3d9e8c653b7df531717c4bc34a0f21a501807dc4ee66ced9413b5e7179027e2c8934e17812f SHA512 da89564d9133037303abf5cc4529ad2a6ef8e1e44561e654d4116159a19073f660e61a8802ae9b45006636d74d3117ae2f3ff371966a180471dd43ec37b27e0c EBUILD hack-2.020-r9999.ebuild 435 BLAKE2B 1b09d98f72746f3c0d8329f6df71c47f8ca07c1b067b0b8f67edcdcf9854001d339818dde2e18ca7672c37d3dc1559090f84c7c4f12ea8b11c2d3fba7c1e0923 SHA512 db380b64ca7716777c0835fd2b172eae18ebebf0087e89dfdd84dda3956caa716145a8af359949ec66cb342014763de4c04794b1a6cbc023a6ef81e0603d9d54
# Copyright 1999-2016 Gentoo Foundation # Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5" EAPI=7
inherit font versionator inherit font
DESCRIPTION="A typeface designed for source code" DESCRIPTION="A typeface designed for source code"
HOMEPAGE="https://github.com/chrissimpkins/Hack" HOMEPAGE="https://github.com/source-foundry/Hack"
SRC_URI="https://thestaticvoid.com/dist/hack/v${PV}/Hack-v$(replace_version_separator 1 '_' )-ttf.tar.xz" SRC_URI="https://thestaticvoid.com/dist/hack/v${PV}/Hack-v${PV}-ttf.tar.xz"
S="${WORKDIR}"
LICENSE="OFL-1.1" LICENSE="OFL-1.1"
SLOT="0" SLOT="0"
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
IUSE="" IUSE=""
RESTRICT="binchecks strip"
DEPEND="" RESTRICT="binchecks strip"
RDEPEND=""
FONT_SUFFIX="ttf" FONT_SUFFIX="ttf"
src_unpack() {
mkdir "${S}" && cd "${S}"
unpack ${A}
}
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