X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-backup%2Fsitarba%2Fsitarba-2.2.ebuild;fp=app-backup%2Fsitarba%2Fsitarba-2.2.ebuild;h=1733ea4070f5f2d1c8f01689ed64f0d0a4a7ef8c;hp=0000000000000000000000000000000000000000;hb=123e1bf1eb6f1024e30d46364784d6aa4ae90b50;hpb=ae299a5e5bfc4ba5daf5320a31b31d2db9ad2baf diff --git a/app-backup/sitarba/sitarba-2.2.ebuild b/app-backup/sitarba/sitarba-2.2.ebuild new file mode 100644 index 0000000..1733ea4 --- /dev/null +++ b/app-backup/sitarba/sitarba-2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A simple tar-based backup tool" +HOMEPAGE="https://www.sthu.org/code/sitarba.html" +SRC_URI="http://git.sthu.org/?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +RESTRICT="mirror" + +DEPEND=" + >=dev-lang/python-3.2 + app-arch/tar + " +RDEPEND="${DEPEND}" +S="${WORKDIR}/${PN}-v${PV}-09e6373" + +src_install() { + dobin sitarba + doman sitarba.1 + dodoc sitarba.conf +}