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:
25
app-backup/py-time-machine/py-time-machine-9999.ebuild
Normal file
25
app-backup/py-time-machine/py-time-machine-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user