Compare commits
2 Commits
25cc518278
...
ccffdda217
| Author | SHA1 | Date | |
|---|---|---|---|
| ccffdda217 | |||
| b9626e7dcc |
@@ -1 +1 @@
|
|||||||
DIST zed-0.205.5-amd64.tar.gz 122886554 BLAKE2B d8d86d42248dd330ee12f250df8dea1a11128026cf7fe122e4882a522350bbd0b22909a6589ba1c9c1b893f205107c3f5a783d1c906a677bb0fbd7256c0d380b SHA512 597d49afff64977ca028114f4f7ced36352cd3167205328ffbf043f0466c6a07286a2b4e018d0545db9365f938319eee9d474fd161bdb2612a33c8922af93ba8
|
DIST zed-0.205.8-amd64.tar.gz 122882561 BLAKE2B 19791fa70d1f8ee4eb3648e751528aa32a42b1a5b1940045a1eeebb598f7a5faaae38eb34812b00df1d3bb7582ec9651fb3586ffb5bc9ca2ad249bf5649c9f84 SHA512 2f5e873312aeac10fc46de0b674d3facb475f8a1ad62f84b8cfbe6e51a9529c93ce5fc80500407a784dc51bdd874f543120c580d2399a479dfcbd541c4ac7258
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
DIST ArrowType-Recursive-1.085.zip 50440082 BLAKE2B 8875013b703e802100a3eea98bfb6bf5168cacf0632f9938fe45e797fcd872e2ac66a1a8fa48b4c891775957d9fe19cb32ffac52b3508ad1f2db95cff312a70f SHA512 b161242ad6b77fdbe2a9b4452cb1bc5828c35a26c4ade550c279d1dbb174606049219b60de3723c7f42a01055c2bd897aa4cd1fac5eca9504ed2773d968fce60
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
inherit font
|
||||||
|
|
||||||
|
DESCRIPTION="A typographic palette for vibrant code & UI"
|
||||||
|
HOMEPAGE="https://www.recursive.design/"
|
||||||
|
DIR="ArrowType-Recursive-${PV}"
|
||||||
|
SRC_URI="https://github.com/arrowtype/recursive/releases/download/v${PV}/ArrowType-Recursive-${PV}.zip"
|
||||||
|
|
||||||
|
LICENSE="CC-SA 4.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-arch/unzip"
|
||||||
|
RESTRICT="binchecks strip"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${DIR}/Recursive_Code"
|
||||||
|
|
||||||
|
FONT_S=( "${S}/RecMonoCasual" "${S}/RecMonoDuotone" "${S}/RecMonoLinear" "${S}/RecMonoSemicasual" )
|
||||||
|
FONT_SUFFIX="ttf"
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
DIST ArrowType-Recursive-1.085.zip 50440082 BLAKE2B 8875013b703e802100a3eea98bfb6bf5168cacf0632f9938fe45e797fcd872e2ac66a1a8fa48b4c891775957d9fe19cb32ffac52b3508ad1f2db95cff312a70f SHA512 b161242ad6b77fdbe2a9b4452cb1bc5828c35a26c4ade550c279d1dbb174606049219b60de3723c7f42a01055c2bd897aa4cd1fac5eca9504ed2773d968fce60
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
inherit font
|
||||||
|
|
||||||
|
DESCRIPTION="A typographic palette for vibrant code & UI"
|
||||||
|
HOMEPAGE="https://www.recursive.design/"
|
||||||
|
DIR="ArrowType-Recursive-${PV}"
|
||||||
|
SRC_URI="https://github.com/arrowtype/recursive/releases/download/v${PV}/ArrowType-Recursive-${PV}.zip"
|
||||||
|
|
||||||
|
LICENSE="CC-SA 4.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-arch/unzip"
|
||||||
|
RESTRICT="binchecks strip"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${DIR}"
|
||||||
|
|
||||||
|
FONT_S="${S}/Recursive_Desktop"
|
||||||
|
FONT_SUFFIX="otc"
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user