summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4378f0c3ea3ca61d8dbfdf2e9834f4e20572203b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Timo Schmiade <the_isz@gmx.de>

pkgname=notipy
pkgver=0.2.3
pkgrel=0
pkgdesc="A minimalistic gtk3 notification daemon written in python."
arch=("any")
url="https://gitlab.com/the_isz/notipy"
license=("GPL")
provides=("notification-daemon")
depends=("python2-gobject" "gtk3" "dbus-python")
options=(!emptydirs)
source=("https://gitlab.com/the_isz/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=("39f1c6382034e5642796bf71e07a3ba4")

package() {
  cd "$srcdir/$pkgname-$pkgver"

  python2 deployment/setup.py install --root="$pkgdir/" --optimize=1
}