16 lines
720 B
Bash
16 lines
720 B
Bash
# Template file for 'remhind'
|
|
pkgname=remhind
|
|
version=0.1.1
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
|
|
depends="python3-icalendar python3-dateutil python3-gobject python3-toml
|
|
python3-tzlocal python3-xdg-base-dirs python3-aionotify libnotify"
|
|
checkdepends="${depends} python3-freezegun python3-pytest-xdist"
|
|
short_desc="Notification daemon of events stored in directories"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/nicoe/remhind"
|
|
distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
|