blob: 9e085cb9849344434c6bdcc19e6d0bac1472d1b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = ntfy
pkgdesc = A utility for sending push notifications to various notification systems (Pushover, Pushbullet, XMPP, etc.)
pkgver = 2.7.0
pkgrel = 4
url = https://github.com/dschep/ntfy
arch = any
license = GPL-3.0
makedepends = python3
makedepends = python-setuptools
depends = python
depends = python-requests
depends = python-yaml
depends = python-appdirs
depends = xorg-xprop
depends = python-ruamel-yaml
optdepends = python-dbus: Desktop notifications
optdepends = python-emoji: Emoji support
source = ntfy-2.7.0.tar.gz::https://github.com/dschep/ntfy/archive/v2.7.0.tar.gz
md5sums = c468c732cac0b4641af93b3ac95c6412
pkgname = ntfy
|