blob: 92d75efc80283305f39cd3b2397f96110ade7af1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = doot-git
pkgdesc = A fast, simple and intuitive dotfiles manager that just gets the job done (git version)
pkgver = 0.0.0
pkgrel = 1
url = https://github.com/pol-rivero/doot
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
makedepends = go
makedepends = sed
depends = git
depends = git-crypt
optdepends = diffutils: To display changes before overwriting a file
provides = doot
conflicts = doot
source = git+https://github.com/pol-rivero/doot.git#branch=main
sha256sums = SKIP
pkgname = doot-git
|