From 5b3679958264327da2875ca2d0fd44f321cf9e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Apr 2022 20:00:41 +0200 Subject: Replace systemd service with working, remove PKGBUILD. --- system/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 system/PKGBUILD (limited to 'system/PKGBUILD') diff --git a/system/PKGBUILD b/system/PKGBUILD deleted file mode 100644 index adcf79b3..00000000 --- a/system/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -pkgname=calp -pkgver=0.6.1 -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=( - calp.service - config.scm - "https://github.com/HugoNikanor/$pkgname/archive/v$pkgver.tar.gz" -) -md5sums=('SKIP' 'SKIP' 'SKIP') - -build() { - make -C $pkgname-$pkgver -} - -# check() { -# make test -# } - -package() { - make -C $pkgname-$pkgver 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 -} - -- cgit v1.2.3