ubuntu-font-family-0.80.ebuild 508 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit font
  5. DESCRIPTION="A set of matching libre/open fonts funded by Canonical"
  6. HOMEPAGE="http://font.ubuntu.com/"
  7. SRC_URI="http://font.ubuntu.com/download/${P}.zip"
  8. LICENSE="UbuntuFontLicense-1.0"
  9. SLOT="0"
  10. KEYWORDS="amd64 ~arm x86"
  11. IUSE=""
  12. DEPEND="app-arch/unzip"
  13. RDEPEND=""
  14. FONT_SUFFIX="ttf"
  15. DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt"
  16. src_prepare() {
  17. rm "${S}"/Ubuntu-M*.ttf
  18. }