18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'python3-notify2'
|
|
pkgname=python3-notify2
|
|
version=0.3.1
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dbus"
|
|
short_desc="Pure Python reimplementation of notify-python"
|
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://notify2.readthedocs.org"
|
|
distfiles="${PYPI_SITE}/n/notify2/notify2-${version}.tar.gz"
|
|
checksum=33fa108d50c42f3cd3407cc437518ad3f6225d1bb237011f16393c9dd3ce197d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|