added initial ebuild for Snowflake Letters font

This commit is contained in:
Manuel Friedli 2008-11-05 02:40:41 +00:00
parent f710651023
commit 1ae2bcfb46
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST Snowflake-Letters.zip 142677 RMD160 e5fafec5ac4766bba4d118f4d0a0d50cc2b8d275 SHA1 63a40c55fb91ee4ab6daf74bf21be15e19a10188 SHA256 dfbe1aaeae3b02c534bae555e988d2d872aca8868a30688329401530b2db92e2
EBUILD snowflake-letters-1.ebuild 677 RMD160 4a23f7b764f8e414b95ff7b6beec8322c75a5002 SHA1 f35fe45300bfc5e91af225a6d71b96de0b05b6ae SHA256 763cde72f4cc296702fcced881c52e05cc51ce3616ed63384b3e0661733ebe24

View file

@ -0,0 +1,28 @@
# Copyright 2008 Manuel Friedli <manuel@fritteli.ch>
# This ebuild is distributed under the terms of the GNU General Public License v2
# $Header: $
inherit font
MY_PN="Snowflake-Letters"
MY_P="${MY_PN}"
S="${WORKDIR}"
DESCRIPTION="Snowflake Letters Truetype Font"
HOMEPAGE="http://www.fontstock.net/9746/Snowflake-Letters.html"
SRC_URI="http://www.fontstock.net/font/9746/Snowflake-Letters.zip"
LICENSE="Unknown"
SLOT="0"
KEYWORDS="~x86"
RESTRICT="fetch nomirror"
IUSE=""
DOCS="fonts101.txt"
FONT_SUFFIX="ttf"
FONT_S="${S}"
DEPEND="app-arch/unzip"
pkg_nofetch() {
einfo "Please download ${MY_P} from here:"
einfo "http://www.fontstock.net/9746/Snowflake-Letters.html"
}