summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7fefa4182c6c0906dcac0a63e1be42c4d9f09b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Emil Hammarberg emilhammarberg@mailbox.org
pkgname=patata-git
pkgver=7
pkgrel=1
pkgdesc="A pomodoro timer for the shell"
arch=('any')
url="https://github.com/emiham/patata"
license=('MIT')
depends=('alsa-utils')
optdepends=('libnotify')
makedepends=('git')
sha256sums=('SKIP')
source=("git+https://github.com/emiham/patata.git")
package() {
	install -D $srcdir/patata/patata.sh $pkgdir/usr/bin/${pkgname%-git}
	install -D -m644 $srcdir/patata/LICENSE $pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE
	install -D $srcdir/patata/notification.wav $pkgdir/usr/lib/${pkgname%-git}/notification.wav
}