mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-admin/dotbot: new package, add 1.20.1
Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
1
app-admin/dotbot/Manifest
Normal file
1
app-admin/dotbot/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dotbot-1.20.1.tar.gz 31741 BLAKE2B f87aed418cc74deeccbeb46843b8da7fe5477dfb76f78e758c8eddc74f9c7315c223fe022c38c298303095fcd7115fc66fafe5011eb8bb730d7b51b9f49094b5 SHA512 d2a9e8d4078cf884a2953dbeb0629d142bdcf8c8af38dfa9e481e5afeee4e0e116e8ed5366c06622287928f29aa8eb2e3dae4d3a77d59591f8ca723f11b8bfdd
|
||||
22
app-admin/dotbot/dotbot-1.20.1.ebuild
Normal file
22
app-admin/dotbot/dotbot-1.20.1.ebuild
Normal 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
|
||||
18
app-admin/dotbot/metadata.xml
Normal file
18
app-admin/dotbot/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user