26 lines
849 B
Bash
26 lines
849 B
Bash
# Template file for 'gpodder'
|
|
pkgname=gpodder
|
|
version=3.11.5
|
|
revision=1
|
|
hostmakedepends="python3-setuptools python3-build python3-installer 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=c09de56290589f5d66592d79acdfb8b70e76deab6df590715e4556c6d2d2068c
|
|
|
|
do_check() {
|
|
make releasetest
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR=${DESTDIR}
|
|
}
|