18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'python3-straight.plugin'
|
|
pkgname=python3-straight.plugin
|
|
version=1.5.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python plugin loading facility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://straightplugin.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/s/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
|
checksum=818a7641068932ed6436d0af0a3bb77bbbde29df0a7142c8bd1a249e7c2f0d38
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|