exherbo-denkn/packages/app-paludis/truckle/truckle-scm.exheres-0

24 lines
445 B
Bash
Raw Permalink Normal View History

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"
PLATFORMS="~amd64 ~x86"
2013-02-16 16:17:00 +01:00
MYOPTIONS=""
DEPENDENCIES="
run:
dev-lang/ruby:*[>=1.9]
2013-02-16 16:17:00 +01:00
sys-apps/paludis
"
src_install() {
2015-10-08 21:48:55 +02:00
emake install PREFIX=/usr/$(exhost --target) D="${IMAGE}"
2013-02-16 16:17:00 +01:00
}
2013-03-09 15:51:54 +01:00