1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 09:22:33 +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 @@
EBUILD py-time-machine-9999.ebuild 529 BLAKE2B a1a4101f1f3684f218d95e5e1572f42bce514b18f01a75db1511e4082f245bc2eb65dda959c9561dcd067fbac9d31c794c9a7ddae88cf2e6a6bd99c9d2e36d24 SHA512 bb1b14df2aaf44f6940b31e5956cbcf956f59393e60995416e204a420b3490853174885fed723c6e878b2d3d22a80c081c2adc004e5a8dc301b2d07e2dc61ecd

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
}