efcadccf67
Fix tests. Closes: #28382 [via git-merge-pr]
15 lines
545 B
Bash
15 lines
545 B
Bash
# Template file for 'mymcplus'
|
|
pkgname=mymcplus
|
|
version=3.0.4
|
|
revision=1
|
|
wrksrc=${pkgname}-v${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="wxPython4 python3-PyOpenGL"
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="PlayStation 2 memory card manager"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://git.sr.ht/~thestr4ng3r/mymcplus"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=f94b485f83590b59b87fa5fbe8311d1eb0f03490edb60fd64aadbdbea0588472
|