From 2284bdcef34fc012437d9c2b9a17a8a059a79682 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Wed, 19 Jun 2019 10:59:58 -0500 Subject: [PATCH] New package: python3-shodan-1.12.1 --- srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-shodan/template diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template new file mode 100644 index 00000000000..99fff569849 --- /dev/null +++ b/srcpkgs/python3-shodan/template @@ -0,0 +1,21 @@ +# Template file for 'python3-shodan' +pkgname=python3-shodan +version=1.12.1 +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 " +license="MIT" +homepage="https://developer.shodan.io" +distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz" +checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758 + +post_install() { + vlicense LICENSE +}