20 lines
631 B
Bash
20 lines
631 B
Bash
# Template file for 'python3-shodan'
|
|
pkgname=python3-shodan
|
|
version=1.24.0
|
|
revision=1
|
|
wrksrc="shodan-python-${version}"
|
|
build_style=python3-module
|
|
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=10ab5187de136aeec417c636a7ab33ab7432021143a2b71f31a55bc4d6e3c743
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|