21 lines
688 B
Bash
21 lines
688 B
Bash
# Template file for 'python3-shellingham'
|
|
pkgname=python3-shellingham
|
|
version=1.5.0
|
|
revision=1
|
|
wrksrc=shellingham-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=727a18bfc9356e4c8ee4a9945125ea46680ba44cbb0a413bfae61e21314ceae8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|