mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: gpodder-3.9.3
This commit is contained in:
parent
5c0a61677e
commit
61d6f850dc
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gpodder/template
Normal file
21
srcpkgs/gpodder/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'gpodder'
|
||||||
|
pkgname=gpodder
|
||||||
|
version=3.9.3
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="gpodder-gpodder-${version}"
|
||||||
|
pycompile_module="gpodder"
|
||||||
|
hostmakedepends="python-devel intltool"
|
||||||
|
makedepends="python-devel"
|
||||||
|
depends="python-podcastparser python-mygpoclient python-dbus python-html5lib eyeD3
|
||||||
|
pygtk hicolor-icon-theme"
|
||||||
|
short_desc="Podcast client"
|
||||||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/gpodder/gpodder"
|
||||||
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=2cb80ec532ae3929f13ccf9463ffba9a9c0c7ec8b723abdae34ba641131835c0
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make install DESTDIR=${DESTDIR}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue