summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/archivemount/archivemount-0.8.10.ebuild')
-rw-r--r--sys-fs/archivemount/archivemount-0.8.10.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/archivemount/archivemount-0.8.10.ebuild b/sys-fs/archivemount/archivemount-0.8.10.ebuild
new file mode 100644
index 000000000000..7c97182dffb6
--- /dev/null
+++ b/sys-fs/archivemount/archivemount-0.8.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Mount archives using libarchive and FUSE"
+HOMEPAGE="http://www.cybernoia.de/software/archivemount/"
+SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-arch/libarchive:=
+ sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"