void-packages/srcpkgs/python3-shellingham/template

20 lines
672 B
Bash

# Template file for 'python3-shellingham'
pkgname=python3-shellingham
version=1.5.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest-mock"
short_desc="Python tool to detect surrounding shell"
maintainer="icp <pangolin@vivaldi.net>"
license="ISC"
homepage="https://github.com/sarugaku/shellingham"
changelog="https://raw.githubusercontent.com/sarugaku/shellingham/master/CHANGELOG.rst"
distfiles="https://github.com/sarugaku/shellingham/archive/refs/tags/${version}.tar.gz"
checksum=9efba7106b6192be290b6ea1e92f6b2fb04d8059ff364cabf9c08fba1e4dae71
post_install() {
vlicense LICENSE
}