# Template file for 'dotbot'
pkgname=dotbot
version=1.24.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-yaml"
checkdepends="python3-pytest python3-yaml"
short_desc="Tool that bootstraps your dotfiles"
maintainer="zenobit <zen@osowoso.org>"
license="MIT"
homepage="https://github.com/anishathalye/dotbot"
changelog="https://raw.githubusercontent.com/anishathalye/dotbot/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/anishathalye/dotbot/archive/refs/tags/v${version}.tar.gz"
checksum=a6d76053156863fd4d85a09fc7f0be8690d78bf4541d629f4ec0471daac2c7b6

post_install() {
	vlicense LICENSE.md
}
