void-packages/srcpkgs/python3-shodan/template
2019-10-02 08:49:18 +02:00

22 lines
670 B
Bash

# Template file for 'python3-shodan'
pkgname=python3-shodan
version=1.19.0
revision=1
archs=noarch
wrksrc="shodan-python-${version}"
build_style=python3-module
pycompile_module="shodan"
hostmakedepends="python3-setuptools"
depends="python3-click python3-click-plugins python3-colorama
python3-requests python3-XlsxWriter"
short_desc="Python library and CLI for Shodan"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://developer.shodan.io"
distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
checksum=e27cf7d0168bd3d0e79cf024950e9980f2f539209175bf7badb839a438455fe1
post_install() {
vlicense LICENSE
}