blob: 52fe99af4f361136a10ec97891895d722f78392f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = git-wizard
pkgdesc = A simple CLI tool to automate Git setup, GitHub repo creation, and SSH configuration
pkgver = 0.2.0
pkgrel = 2
url = https://github.com/noufalkdlr/git-wizard
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-typer
depends = python-rich
depends = python-inquirer
depends = git
depends = python-annotated-doc
optdepends = github-cli: Automatically detect GitHub username and protocol for connect command
source = git-wizard-0.2.0.tar.gz::https://github.com/noufalkdlr/git-wizard/archive/refs/tags/v0.2.0.tar.gz
sha256sums = 35f29796502ffd4e1f0bc48c651fee3e7785f2d091ea3ce67be7246cef6e2bd1
pkgname = git-wizard
|