app-text/ttf2woff src moved to github.
This commit is contained in:
23
app-text/ttf2woff/ttf2woff-1.2.ebuild
Normal file
23
app-text/ttf2woff/ttf2woff-1.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="Command line utility converts TrueType and OpenType fonts to the WOFF format."
|
||||
HOMEPAGE="https://github.com/doio/ttf2woff"
|
||||
SRC_URI="https://github.com/doio/ttf2woff/archive/refs/tags/v1.2.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin
|
||||
doexe ttf2woff
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user