25 lines
819 B
Bash
25 lines
819 B
Bash
# Template file for 'gpodder'
|
|
pkgname=gpodder
|
|
version=3.10.21
|
|
revision=2
|
|
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="bra1nwave <bra1nwave@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gpodder/gpodder"
|
|
distfiles="https://github.com/gpodder/gpodder/archive/${version}.tar.gz"
|
|
checksum=014e619de64d3e3dc8493929af8007b3caf09dd77e153bf778f1708d55946878
|
|
|
|
do_check() {
|
|
make releasetest
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR=${DESTDIR}
|
|
}
|