summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9ce344b60017c91fccd77650678beb1c8695e5c0 (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
26
27
28
29
30
31
32
33
34
35
# Maintainer: Miłosz Bliźniak <mibli@gmx.com>
pkgname=cnoti-git
pkgver=0.2.0
pkgrel=1
epoch=
pkgdesc="little DBus notification monitor lib with noticat utility"
arch=('x86_64')
url="https://github.com/mibli/cnoti"
license=('MIT')
groups=()
depends=('cjson>=1.7.0' 'dbus>=1.14.0')
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.zip::https://github.com/mibli/cnoti/archive/refs/tags/v$pkgver.zip")
noextract=()
md5sums=("6d8a4e20720d3b423296e3c8e40828e3")
validpgpkeys=()

build() {
	cd "cnoti-$pkgver"
	make VERSION=$pkgver USE_CJSON=YES all
}

package() {
	cd "cnoti-$pkgver"
	make VERSION=$pkgver DESTDIR="$pkgdir" prefix=/usr install
}