summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 393d695ee2b5c7fae75dafb6f23c25b1a1c71a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Desmond Kabus <desmond.kabus@protonmail.com>

pkgbase=bigjubeldesktop-git
pkgname=bigjubeldesktop-git
pkgver=0.2.2.r4.ge10fc3c
pkgrel=1
pkgdesc="Desktop client for BigJubel: calculate current jubilees"
url="https://gitlab.com/dkabus/bigjubeldesktop"
depends=('bigjubelweb' 'python-pywebview')
makedepends=('git' 'imagemagick' 'coreutils' 'sed')
provides=('bigjubeldesktop')
conflicts=('bigjubeldesktop')
license=('GPL')
arch=('any')
source=("bigjubeldesktop-git::git+https://gitlab.com/dkabus/bigjubeldesktop")
md5sums=('SKIP')

pkgver() {
	cd "$srcdir/${pkgname}"
	git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
    cd "${srcdir}/${pkgname}"
	make DESTDIR="$pkgdir/" install
}