From 9838a4bb2cc0b1dfb24f8d6be715643609ecff06 Mon Sep 17 00:00:00 2001 From: Steven Stallion Date: Sun, 5 Nov 2023 11:37:26 -0600 Subject: [PATCH] app-admin/dotbot: new package, add 1.20.1 Signed-off-by: Steven Stallion --- app-admin/dotbot/Manifest | 1 + app-admin/dotbot/dotbot-1.20.1.ebuild | 22 ++++++++++++++++++++++ app-admin/dotbot/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 app-admin/dotbot/Manifest create mode 100644 app-admin/dotbot/dotbot-1.20.1.ebuild create mode 100644 app-admin/dotbot/metadata.xml diff --git a/app-admin/dotbot/Manifest b/app-admin/dotbot/Manifest new file mode 100644 index 0000000000..3a3180c4c0 --- /dev/null +++ b/app-admin/dotbot/Manifest @@ -0,0 +1 @@ +DIST dotbot-1.20.1.tar.gz 31741 BLAKE2B f87aed418cc74deeccbeb46843b8da7fe5477dfb76f78e758c8eddc74f9c7315c223fe022c38c298303095fcd7115fc66fafe5011eb8bb730d7b51b9f49094b5 SHA512 d2a9e8d4078cf884a2953dbeb0629d142bdcf8c8af38dfa9e481e5afeee4e0e116e8ed5366c06622287928f29aa8eb2e3dae4d3a77d59591f8ca723f11b8bfdd diff --git a/app-admin/dotbot/dotbot-1.20.1.ebuild b/app-admin/dotbot/dotbot-1.20.1.ebuild new file mode 100644 index 0000000000..2c0ce9be8c --- /dev/null +++ b/app-admin/dotbot/dotbot-1.20.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="A tool that bootstraps your dotfiles" +HOMEPAGE="https://github.com/anishathalye/dotbot" +SRC_URI="https://github.com/anishathalye/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/app-admin/dotbot/metadata.xml b/app-admin/dotbot/metadata.xml new file mode 100644 index 0000000000..8d751065c7 --- /dev/null +++ b/app-admin/dotbot/metadata.xml @@ -0,0 +1,18 @@ + + + + + sstallion@gmail.com + Steven Stallion + + + Dotbot is designed to be lightweight and self-contained, with no + external dependencies and no installation required. Dotbot can also be + a drop-in replacement for any other tool you were using to manage your + dotfiles, and Dotbot is VCS-agnostic -- it doesn't make any attempt to + manage your dotfiles. + + + anishathalye/dotbot + +