Merge pull request #3518 from renatoaguiar/git-review
New package: git-review
This commit is contained in:
commit
9c1507038d
1 changed files with 15 additions and 0 deletions
15
srcpkgs/git-review/template
Normal file
15
srcpkgs/git-review/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'git-review'
|
||||||
|
pkgname=git-review
|
||||||
|
version=1.25.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style="python-module"
|
||||||
|
hostmakedepends="python-setuptools python-requests"
|
||||||
|
depends="${hostmakedepends}"
|
||||||
|
pycompile_module="git_review"
|
||||||
|
short_desc="A git command for submitting branches to Gerrit"
|
||||||
|
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
||||||
|
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
||||||
|
license="Apache-2.0"
|
||||||
|
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d
|
Loading…
Reference in a new issue