From 0f66dcc489843886d0e092126b8c47fc20a27b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 18 Aug 2020 20:44:25 +0200 Subject: Move towards release. --- system/PKGBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'system/PKGBUILD') diff --git a/system/PKGBUILD b/system/PKGBUILD index 2edfb132..4482f371 100644 --- a/system/PKGBUILD +++ b/system/PKGBUILD @@ -8,16 +8,23 @@ 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") +source=( + calp.service + config.scm + "https://github.com/HugoNikanor/$pkgname/archive/v$pkgver.tar.gz" +) build() { make } -check() { - make test -} +# check() { +# make test +# } package() { make DESTDIR="$pkgdir" install + install -m 644 -D -t $pkgdir/usr/lib/systemd/system calp.service + install -m 644 -D -t $pkgdir/etc/calp/config.scm config.scm } + -- cgit v1.2.3