2c21d507ed
Closes #10889. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'gandi-cli'
|
|
pkgname=gandi-cli
|
|
version=1.1
|
|
revision=1
|
|
wrksrc=gandi.cli-${version}
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-docutils"
|
|
depends="python3 python3-requests python3-click python3-yaml python3-IPy"
|
|
pycompile_module="gandi/cli"
|
|
short_desc="Command line interface to Gandi.net"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="GPL-3"
|
|
homepage="http://cli.gandi.net"
|
|
distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz>${wrksrc}.tar.gz"
|
|
checksum=54838a562cf01a5524b6a48695d698c42c401342da160352c063de4865742c07
|