blob: 22faeedf37120546f1ea10cd897c5a704770ba4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = git-user-manager
pkgdesc = A tool to manage git users from the terminal
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/ankushbhagats/git-user-manager
arch = any
license = LGPL-2.1
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = bash
depends = git
depends = python-inquirerpy
provides = git-user-manager
conflicts = python-git-user-manager
source = https://files.pythonhosted.org/packages/source/g/git_user_manager/git_user_manager-1.0.1.tar.gz
sha256sums = a9d6a57a293c64ab3de1fee1cdde29b03b35f91981b749e68ca55c0201caa125
pkgname = git-user-manager
|