appdata-tools-0.1.8-r1.ebuild 463 B

1234567891011121314151617
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="CLI designed to validate AppData descriptions for standards compliance and to the style guide"
  5. HOMEPAGE="https://github.com/hughsie/appdata-tools/"
  6. SRC_URI=""
  7. LICENSE="metapackage"
  8. SLOT="0"
  9. KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
  10. IUSE=""
  11. # Superseeded by appstream-glib.
  12. RDEPEND=">=dev-libs/appstream-glib-0.3.2"