summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Tham <fgtham@gmail.com>2017-02-14 21:21:35 +0100
committerMichał Górny <mgorny@gentoo.org>2017-06-04 22:49:20 +0200
commit681908add7a62af88579b5b42ed70a27af89cfb1 (patch)
treefcabab1bf191200a7803c90ec3ff370831772e7b /app-admin/rcm/rcm-1.3.1.ebuild
parentmedia-sound/kaudiocreator: Add pkg_postinst log about optional RDEPENDs (diff)
downloadgentoo-681908add7a62af88579b5b42ed70a27af89cfb1.tar.gz
gentoo-681908add7a62af88579b5b42ed70a27af89cfb1.tar.bz2
gentoo-681908add7a62af88579b5b42ed70a27af89cfb1.zip
app-admin/rcm: New package.
rcm is a management suite for dotfiles. Bug: https://bugs.gentoo.org/572240 Closes: https://github.com/gentoo/gentoo/pull/3972
Diffstat (limited to 'app-admin/rcm/rcm-1.3.1.ebuild')
-rw-r--r--app-admin/rcm/rcm-1.3.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-admin/rcm/rcm-1.3.1.ebuild b/app-admin/rcm/rcm-1.3.1.ebuild
new file mode 100644
index 000000000000..ffe718061357
--- /dev/null
+++ b/app-admin/rcm/rcm-1.3.1.ebuild
@@ -0,0 +1,20 @@
+# 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/${PN}/dist/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-util/cram )"
+
+src_test() {
+ emake -j1 check
+}