aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tiramisu/APKBUILD
blob: 5c801055ce9450395d59d8fa2e40feffd83fa666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=tiramisu
pkgver=1.0
pkgrel=0
pkgdesc="Desktop notifications, the UNIX way"
url="https://github.com/Sweets/tiramisu"
arch="all"
license="MIT"
depends="dbus"
makedepends="glib-dev"
source="https://github.com/Sweets/tiramisu/archive/$pkgver/tiramisu-$pkgver.tar.gz"
options="!check"  # no tests provided

build() {
	make
}

package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}

sha512sums="
357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7  tiramisu-1.0.tar.gz
"