blob: e516499ac00cc74cd4b85495ae2a338ef7ef30cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = ugit
pkgdesc = ugit helps you undo your last git command with grace. Your damage control git buddy
pkgver = 5.3
pkgrel = 1
url = https://github.com/Bhupesh-V/ugit
arch = any
license = MIT
depends = bash
depends = awk
depends = grep
depends = ncurses
depends = fzf
source = ugit-5.3.tar.gz::https://github.com/Bhupesh-V/ugit/archive/refs/tags/v5.3.tar.gz
sha512sums = 02e78089b247f2f63c62cacba061f82be4beb706dfb48756e1c41ab69adc3a26f16615673a982fd6860e930813bd047a0d1d4f07be7f4e505788d6cc1486fb00
pkgname = ugit
|