app-admin/dotbot: new package, add 1.20.1

Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
Steven Stallion
2023-11-05 11:37:26 -06:00
parent d7a5394b48
commit 9838a4bb2c
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST dotbot-1.20.1.tar.gz 31741 BLAKE2B f87aed418cc74deeccbeb46843b8da7fe5477dfb76f78e758c8eddc74f9c7315c223fe022c38c298303095fcd7115fc66fafe5011eb8bb730d7b51b9f49094b5 SHA512 d2a9e8d4078cf884a2953dbeb0629d142bdcf8c8af38dfa9e481e5afeee4e0e116e8ed5366c06622287928f29aa8eb2e3dae4d3a77d59591f8ca723f11b8bfdd

View File

@@ -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

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>sstallion@gmail.com</email>
<name>Steven Stallion</name>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<remote-id type="github">anishathalye/dotbot</remote-id>
</upstream>
</pkgmetadata>