17 lines
631 B
Bash
17 lines
631 B
Bash
# Template file for 'TwitchNotifier'
|
|
pkgname="TwitchNotifier"
|
|
version="0.4.1"
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python3.4-devel"
|
|
makedepends="python3.4-devel"
|
|
depends="python3.4-gobject python3.4-requests libnotify"
|
|
python_versions="3.4"
|
|
noarch=yes
|
|
short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
|
|
maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/GiedriusS/${pkgname}"
|
|
distfiles="https://github.com/GiedriusS/${pkgname}/archive/${version}.tar.gz"
|
|
checksum="1e57b9e00cb542ce75876f07b43d2a5ae458fe7abf38700d3ef35541709bc694"
|