mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
New package: python3-shellingham-1.4.0
This commit is contained in:
parent
ef5c5a87e0
commit
6006b338d6
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-shellingham/template
Normal file
20
srcpkgs/python3-shellingham/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-shellingham'
|
||||||
|
pkgname=python3-shellingham
|
||||||
|
version=1.4.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=df6c61abc6d4112cdb8665e780cd4692dd7fcd88c9b8513cb096a0dd247effe0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue