drist-1.05-r1.ebuild (405B)
1 # Copyright 1999-2025 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=8 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 EGIT_COMMIT="v${PV}" 12 13 LICENSE="BSD" 14 SLOT="0" 15 KEYWORDS="" 16 17 src_install() { 18 dobin drist 19 doman drist.1 20 dodoc -r examples 21 }