vp-build/srcpkgs/statnot/template

19 lines
584 B
Bash

# Template file for 'statnot'
pkgname=statnot
version=0.0.4
revision=5
_commit=d70982eb5d86e7849295b634721a74a433fcb532
wrksrc="$pkgname-$_commit"
build_style=gnu-makefile
depends="python3-gobject python3-dbus xsetroot"
short_desc="Notification system for lightweight window managers"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/halhen/statnot/"
distfiles="https://github.com/halhen/statnot/archive/$_commit.tar.gz"
checksum=9b6346e2340dd4ba5f76cbc7f3d5a09d2ba623bb74aab2355b793055f96991bf
post_install() {
vdoc README.md
}