2013-02-16 16:17:00 +01:00
|
|
|
# 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"
|
2013-03-09 14:47:29 +01:00
|
|
|
PLATFORMS="~amd64 ~x86"
|
2013-02-16 16:17:00 +01:00
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
2013-03-16 22:01:53 +01:00
|
|
|
dev-lang/ruby:*[>=1.9]
|
2013-02-16 16:17:00 +01:00
|
|
|
sys-apps/paludis
|
|
|
|
"
|
|
|
|
|
|
|
|
src_install() {
|
2013-03-09 14:47:29 +01:00
|
|
|
emake install PREFIX=/usr D="${IMAGE}"
|
2013-02-16 16:17:00 +01:00
|
|
|
}
|
2013-03-09 15:51:54 +01:00
|
|
|
|