summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/ldm/ldm-0.5.ebuild')
-rw-r--r--sys-fs/ldm/ldm-0.5.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/ldm/ldm-0.5.ebuild b/sys-fs/ldm/ldm-0.5.ebuild
new file mode 100644
index 0000000..84ae403
--- /dev/null
+++ b/sys-fs/ldm/ldm-0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-2
+
+DESCRIPTION="Lightweight Device Mounter"
+HOMEPAGE="https://github.com/LemonBoy/ldm"
+EGIT_REPO_URI="https://github.com/LemonBoy/ldm.git"
+EGIT_COMMIT="${VN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"