app-backup/sql-ssh-backup - 2.1 (fem-overlay)

Search

Package Information

Description:
Create MySQL-, PostgreSQL- or MongoDB-Dumps via SSH using key-authentication.
Homepage:
https://github.com/fem/sql-ssh-backup
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1 8 ~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Create MySQL-, PostgreSQL- or MongoDB-Dumps via SSH using key-authentication."
HOMEPAGE="https://github.com/fem/sql-ssh-backup"
SRC_URI="https://github.com/fem/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"

RESTRICT="test"

RDEPEND="net-misc/openssh"
DEPEND="${RDEPEND}"

src_install() {
	dobin ${PN}
}

pkg_postinst() {
	elog "The command line option to select the database type has been altered."
	elog "Use sql-ssh-config -h for further information!"
}

Dependencies

DEPEND

net-misc/openssh

RDEPEND

net-misc/openssh

Manifest for 2.1

Type File Size Source URLs
DIST sql-ssh-backup-2.1.tar.gz 5814 bytes https://github.com/fem/sql-ssh-backup/archive/2.1.tar.gz