blob: 69915894568f9139f7250da126a1d64f9a66e675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = forgit-git
pkgdesc = Utility tool powered by fzf for using git interactively
pkgver = 24.02.0.r6.g00ed721
pkgrel = 1
url = https://github.com/wfxr/forgit
install = forgit-git.install
arch = any
groups = fish-plugins
groups = zsh-plugins
license = MIT
makedepends = git
depends = bash
depends = fzf
depends = git
optdepends = zsh: supported shell
optdepends = fish: supported shell
optdepends = git-delta: human readable diffs
optdepends = diff-so-fancy: human readable diffs
optdepends = bat: syntax highlighting for .gitignore
optdepends = emoji-cli: emoji support for git log
provides = forgit
conflicts = forgit
conflicts = forgit
source = forgit::git+https://github.com/wfxr/forgit
md5sums = SKIP
pkgname = forgit-git
|