summaryrefslogtreecommitdiff
blob: 6c436eb1421920aa6ddea33600f484d3b8d50b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

EGIT_REPO_URI="git://github.com/drotiro/${PN}.git
	http://github.com/drotiro/${PN}.git"
inherit git-2 multilib

DESCRIPTION="Utilities for repetitive tasks in app development"
HOMEPAGE="https://github.com/drotiro/libapp"
SRC_URI=""

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

src_install() {
	emake INSTALL_S="install" LIBDIR="\$(PREFIX)/$(get_libdir)" PREFIX="${D}/usr" install
	dodoc -r test/
}