blob: 0c8283db633d7b9d1084f7804e2d8f07793ba6d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = dotbot
pkgdesc = A tool that bootstraps your dotfiles
pkgver = 1.21.0
pkgrel = 1
url = https://github.com/anishathalye/dotbot
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-yaml
source = git+https://github.com/anishathalye/dotbot.git#tag=v1.21.0
sha256sums = 57a6a11098f2303e0142d3acf7bb344d1efedee61c20cf229f34ddf05a9b1265
pkgname = dotbot
|