drist-9999.ebuild (409B)
1 # Copyright 2019 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=6 5 6 inherit git-r3 7 8 DESCRIPTION="small remote deployment tool" 9 HOMEPAGE="https://dataswamp.org/~solene/2018-11-29-drist-intro.html" 10 EGIT_REPO_URI="git://bitreich.org/drist" 11 12 LICENSE="BSD" 13 SLOT="0" 14 KEYWORDS="" 15 IUSE="" 16 17 DEPEND="" 18 RDEPEND="" 19 20 src_install() { 21 dobin drist 22 doman drist.1 23 dodoc -r examples 24 }