16 lines
594 B
Bash
16 lines
594 B
Bash
# Template file for 'TwitchNotifier'
|
|
pkgname=TwitchNotifier
|
|
version=0.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel"
|
|
makedepends="python3-devel"
|
|
depends="python3-gobject python3-requests libnotify"
|
|
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=42087644c22ecae9268880b38786c9920deec4cd91b08f1377189ee94dfea406
|