app-text/ttembed - 0.20141229 (graaff)

Search

Install

Install this version:

emerge -a =app-text/ttembed-0.20141229

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

autounmask =app-text/ttembed-0.20141229

Or alternatively:

emerge --autounmask-write -a =app-text/ttembed-0.20141229

Package Information

Description:
Remove embedding limitations from TrueType fonts
Homepage:
https://github.com/hisdeedsaredust/ttembed
License:
Unlicense

Ebuild Details

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

EAPI=7

COMMIT=3d78f2d0b523da68d7307340d02df89f6c549542

DESCRIPTION="Remove embedding limitations from TrueType fonts"
HOMEPAGE="https://github.com/hisdeedsaredust/ttembed"
SRC_URI="https://github.com/hisdeedsaredust/ttembed/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="Unlicense"
SLOT="0"

KEYWORDS="~amd64"

IUSE=""

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

src_install() {
	dobin ttembed
	doman ttembed.1
	dodoc README.md
}

Manifest for 0.20141229

Type File Size Source URLs
DIST ttembed-0.20141229.tar.gz 3611 bytes https://github.com/hisdeedsaredust/ttembed/archive/3d78f2d0b523da68d7307340d02df89f6c549542.tar.gz