archivemount-0.8.5.ebuild 424 B

123456789101112131415161718
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Mount archives using libarchive and FUSE"
  5. HOMEPAGE="http://www.cybernoia.de/software/archivemount/"
  6. SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. RDEPEND="app-arch/libarchive:=
  11. sys-fs/fuse"
  12. DEPEND="${RDEPEND}
  13. virtual/pkgconfig"