26 lines
813 B
Bash
26 lines
813 B
Bash
# Template file for 'gpodder'
|
|
pkgname=gpodder
|
|
version=3.11.1
|
|
revision=1
|
|
hostmakedepends="python3 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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gpodder/gpodder"
|
|
distfiles="https://github.com/gpodder/gpodder/archive/${version}.tar.gz"
|
|
checksum=c24fb3ef70b5acf43c07e6dd4e78c309e1cbacff621eb59f73c137b9597c6e87
|
|
|
|
do_check() {
|
|
make releasetest
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR=${DESTDIR}
|
|
}
|