summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9231abf336c062cb402974f240fa632c849ded9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Author: Einhard Leichtfuß <archer@respiranto.de>
pkgname=ctct
pkgver=0.2.2
pkgrel=1
pkgdesc="a simple console contact manager"
arch=('any')
url="https://respiranto.de/bash"
license=('AGPL3')
backup=('etc/ctct/config.sh')
source=("https://respiranto.de/bash/${pkgname}_v$pkgver.tar.xz")
md5sums=('e3c642310c10c7cea1439c93c1f3ccfd')

build()
{
	cd "${pkgname}_v$pkgver"
	./configure prefix=/usr sysconfdir=/etc
}

package()
{
	cd "${pkgname}_v$pkgver"
	make DESTDIR="$pkgdir" install
}