18 lines
487 B
Bash
18 lines
487 B
Bash
# Template file for 'python3-Yapsy'
|
|
pkgname=python3-Yapsy
|
|
version=1.12.2
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Yet another plugin system"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://yapsy.sourceforge.net/"
|
|
distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz"
|
|
checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|