1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-31 13:05:54 +01:00

Added ebuild for py-time-machine

This commit is contained in:
2022-10-24 14:55:53 +02:00
parent 373d11e710
commit 8a6cde13b5
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit git-r3
DESCRIPTION="Rsync/hardlinks based python script for backup purposes"
HOMEPAGE="https://github.com/gryf/py-time-machine"
EGIT_REPO_URI="https://github.com/gryf/py-time-machine"
EGIT_BRANCH="master"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="net-misc/rsync"
DEPEND="${RDEPEND}"
src_install() {
newbin py-time-machine.py py-time-machine
einstalldocs
}