yadm/gentoo/yadm-1.04.ebuild

27 lines
599 B
Bash
Raw Normal View History

2016-04-23 12:30:37 -04:00
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
2016-04-23 12:30:37 -04:00
DESCRIPTION="A dotfile manager for config files in your home folder"
2016-04-23 12:30:37 -04:00
HOMEPAGE="https://github.com/TheLocehiliosan/yadm/"
SRC_URI="https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
2016-04-23 12:30:37 -04:00
SLOT="0"
KEYWORDS="~amd64 ~x86 ~alpha ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc"
2016-04-23 12:30:37 -04:00
DOCS=( CHANGES CONTRIBUTORS README.md )
2016-04-23 12:30:37 -04:00
DEPEND="dev-vcs/git
app-crypt/gnupg"
2016-04-23 12:30:37 -04:00
RDEPEND="${DEPEND}"
src_install() {
dodoc "${DOCS[@]}"
2016-04-23 12:30:37 -04:00
dobin yadm
doman yadm.1
2016-04-23 12:30:37 -04:00
}