26 lines
817 B
Bash
26 lines
817 B
Bash
# Template file for 'gpodder'
|
|
pkgname=gpodder
|
|
version=3.11.4
|
|
revision=1
|
|
hostmakedepends="python3-setuptools intltool"
|
|
depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject
|
|
python3-html5lib python3-mygpoclient python3-podcastparser python3-mutagen
|
|
python3-requests"
|
|
checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils
|
|
python3-pytest python3-pytest-httpserver python3-pytest-cov python3-requests
|
|
which"
|
|
short_desc="Podcast client"
|
|
maintainer="Piraty <mail@piraty.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gpodder/gpodder"
|
|
distfiles="https://github.com/gpodder/gpodder/archive/${version}.tar.gz"
|
|
checksum=8022a6c29157dc287b5661f8915d04404767c33b6858e8d1a6c728904f8dae55
|
|
|
|
do_check() {
|
|
make releasetest
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR=${DESTDIR}
|
|
}
|