17 lines
599 B
Bash
17 lines
599 B
Bash
# Template file for 'gandi-cli'
|
|
pkgname=gandi-cli
|
|
version=0.22
|
|
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=615e6fac3d63ccf04535c8abba786f3f67b30b05f9a1d24e087ba1c776e6af16
|