16 lines
590 B
Bash
16 lines
590 B
Bash
# Template file for 'mcomix'
|
|
pkgname=mcomix
|
|
version=2.3.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-gobject python3-cairo python3-Pillow xdg-utils"
|
|
short_desc="GTK+ comic book viewer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://sourceforge.net/projects/mcomix/"
|
|
changelog="https://sourceforge.net/p/mcomix/news/"
|
|
distfiles="${SOURCEFORGE_SITE}/mcomix/MComix-${version}/mcomix-${version}.tar.gz"
|
|
checksum=23933a9a1aeeaf3a31e4f13878d32c38567652a5c11f39b3e603b3f5c5bad3af
|
|
make_check=no # broken tests
|