aboutsummaryrefslogtreecommitdiff
path: root/system/PKGBUILD
blob: 2edfb13203935851cca91991e5fe3e63f486678f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=calp
pkgver=0.9
pkgrel=1
pkgdesc=Calendar program
arch=('any')
url=https://git.hornquist.se/git/calp
license=('AGPL')
depends=('guile>=2.2')
makedepends=('ruby-sass')
optdepends=('vdirsyncer': 'Download calendar files')
source=("https://github.com/HugoNikanor/$pkgname/archive/v$pkgver.tar.gz")

build() {
	make
}

check() {
	make test
}

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