app-paludis/truckle added

This commit is contained in:
Denis Knauf 2013-02-16 16:17:00 +01:00 committed by Denis Knauf
parent 0e2149e3d3
commit 9d111bb56e
2 changed files with 23 additions and 0 deletions

View file

@ -2,3 +2,4 @@ app-arch
net-proxy net-proxy
sys-fs sys-fs
dev-lang dev-lang
app-paludis

View file

@ -0,0 +1,22 @@
# Copyright 2013 Denis Knauf
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="git://github.com/DenisKnauf/${PN}.git"
require scm-git
SUMMARY="truckle - smart console cave wrapper"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
DEPENDENCIES="
run:
sys-apps/paludis
dev-lang/ruby[>=1.9]
"
src_install() {
emake install PREFIX=/usr D=$IMAGE
}