app-text/sfnt2woff - 0.20091003 (graaff)

Search

Install

Install this version:

emerge -a =app-text/sfnt2woff-0.20091003

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/sfnt2woff-0.20091003

Or alternatively:

emerge --autounmask-write -a =app-text/sfnt2woff-0.20091003

Package Information

Description:
A command line tool to convert TrueType/OpenType fonts to WOFF format
Homepage:
https://github.com/wget/sfnt2woff
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
0.20091003 7 ~amd64 0/0.20091003
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

TAG=${PV/0./}

DESCRIPTION="A command line tool to convert TrueType/OpenType fonts to WOFF format"
HOMEPAGE="https://github.com/wget/sfnt2woff"
SRC_URI="https://github.com/wget/sfnt2woff/archive/${TAG}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

S="${WORKDIR}/${PN}-${TAG}"

src_install() {
	dodoc README.md
	dobin sfnt2woff
	dobin woff2sfnt
}

Manifest for 0.20091003

Type File Size Source URLs
DIST sfnt2woff-0.20091003.tar.gz 30428 bytes https://github.com/wget/sfnt2woff/archive/20091003.tar.gz