rfcat-9999.ebuild 543 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 )
  5. inherit mercurial distutils-r1
  6. DESCRIPTION="The swiss army knife of subGHz"
  7. HOMEPAGE="https://bitbucket.org/atlas0fd00m/rfcat/"
  8. #SRC_URI=""
  9. EHG_REPO_URI="https://bitbucket.org/atlas0fd00m/rfcat"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. KEYWORDS=""
  13. IUSE=""
  14. #DEPEND="dev-embedded/sdcc"
  15. #RDEPEND="${DEPEND}"
  16. pkg_postinst() {
  17. ewarn "Right now, this only installs the rfcat host tools, nothing related to firmware"
  18. }