diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /app-admin/github-backup-utils | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'app-admin/github-backup-utils')
| -rw-r--r-- | app-admin/github-backup-utils/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild | 60 | ||||
| -rw-r--r-- | app-admin/github-backup-utils/metadata.xml | 12 |
3 files changed, 73 insertions, 0 deletions
diff --git a/app-admin/github-backup-utils/Manifest b/app-admin/github-backup-utils/Manifest new file mode 100644 index 000000000000..fc9a70491177 --- /dev/null +++ b/app-admin/github-backup-utils/Manifest @@ -0,0 +1 @@ +DIST github-backup-utils-v3.12.3.tar.gz 154035 BLAKE2B 65c3071931f279c7045ca46348910ce6fca46e4bedfb4bfd1534a3a8f097a4eda023b62e0d3ffcd7289d62ae50771817ae1ef4766f5356b853374a4633f01b19 SHA512 be94707c524649cd9e84ac2882efa2e3f3576016281bac509f9dd0018563892d979177428c5c21c582857d1cc953ddd313f81313b40e961c7da1a4cdc0c952e8 diff --git a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild new file mode 100644 index 000000000000..f1d91b23d18a --- /dev/null +++ b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# PYTHON_COMPAT=( python3_{10..12} ) +# inherit python-any-r1 + +DESCRIPTION="Backup and recovery utilities for GitHub Enterprise" +HOMEPAGE="https://github.com/github/backup-utils" +SRC_URI="https://github.com/github/backup-utils/releases/download/v${PV}/${PN}-v${PV}.tar.gz" +S=${WORKDIR}/${PN}-v${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# tests restricted due to bug #796815 +RESTRICT="test" + +# moreutils parallel is now used for speedups in main code: +# https://github.com/github/backup-utils/pull/635 +RDEPEND="app-misc/jq + app-arch/pigz + net-misc/rsync + sys-apps/moreutils" + +# tests invoke parallel & rsync +# DEPEND="test? ( +# ${RDEPEND} +# dev-util/checkbashisms +# ${PYTHON_DEPS} +#)" + +# pkg_setup() { +# use test && python-any-r1_pkg_setup +#} + +src_compile() { + :; +} + +src_install() { + dobin bin/* + insinto usr/share/${PN} + doins share/${PN}/version + + exeinto usr/share/${PN} + doexe share/${PN}/bm.sh + doexe share/${PN}/ghe-* + + insinto etc/${PN} + newins backup.config-example backup.config + + dodoc -r docs/* +} + +src_test() { + emake test +} diff --git a/app-admin/github-backup-utils/metadata.xml b/app-admin/github-backup-utils/metadata.xml new file mode 100644 index 000000000000..dc5402f8f6f6 --- /dev/null +++ b/app-admin/github-backup-utils/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> + <upstream> + <bugs-to>https://support.github.com</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
