summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 35d9949934e22d761832e0ab29659554cd141c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Kilian Guillaume "cafehaine" <kilian dot guillaume at gmail dot com>
pkgname=almond
pkgrel=2
pkgver=0.8.1
pkgdesc="A scala kernel for Jupyter"
arch=('x86_64')
url="https://almond.sh/"
license=('BSD')
depends=('jupyter' 'scala')
makedepends=()
source=("https://github.com/almond-sh/almond/releases/download/v0.8.1/almond")
md5sums=('SKIP')

package() {
	cd "$srcdir"
	chmod +x ../almond
	COURSIER_CACHE=$(pwd)/.coursier-cache ./almond --install --jupyter-path "$pkgdir/usr/share/jupyter/kernels/"
}