16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'gandi-cli'
|
|
pkgname=gandi-cli
|
|
version=1.0
|
|
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=5b0da1b31cf7414c0c165dcf7e51704f3b4cbe37bbf659f6bdd479bc14922469
|