summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6fb511c832559840d28162270cb3541f958c7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: bitSheriff <root@bitsheriff.dev>
pkgname=dunst-timer
pkgver=1.00.03
pkgrel=1
pkgdesc="A Python script for setting timers with progress bar notifications in Dunst"
arch=('any')
url="https://github.com/bitSheriff/dunst-timer"
license=('MIT')
depends=('python')
source=("https://github.com/bitSheriff/dunst-timer/archive/v$pkgver.tar.gz")
sha256sums=('4a7ed417a45fb6eec1f171688b15308880fe8f9141f0fd79eb24b13284d1b4f6')

package() {
    install -Dm755 "$srcdir/$pkgname-$pkgver/dunst-timer.py" "$pkgdir/usr/bin/dunst-timer"
}