17 lines
598 B
Bash
17 lines
598 B
Bash
# Template file for 'gandi-cli'
|
|
pkgname=gandi-cli
|
|
version=1.2
|
|
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=36af7e3cb5d4735f9d31837cbcc241024558b13de25daec3ede3712230d962a8
|