aboutsummaryrefslogtreecommitdiff
path: root/system/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/PKGBUILD')
-rw-r--r--system/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
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
-}
-