18 lines
364 B
Bash
18 lines
364 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="rc file (dotfile) management"
|
|
HOMEPAGE="https://github.com/thoughtbot/rcm"
|
|
SRC_URI="https://thoughtbot.github.io/rcm/dist/rcm-1.3.1.tar.gz"
|
|
|
|
LICENSE="BSD-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|