summaryrefslogtreecommitdiff
blob: 84ae403b707f2afabbbe053e0fd70febb33f009f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}"