summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2098409f1eae63829d7351c50464cffa799f53b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: amesgen <amesgen AT amesgen DOT de>

pkgname=coursier-native
_pkgver=2.0.0-RC6-24
pkgver="${_pkgver//-/_}"
pkgrel=1
pkgdesc="Pure Scala Artifact Fetching (native-image edition)"
arch=("x86_64")
url="http://get-coursier.io"
license=("Apache")
depends=("gcc-libs" "zlib")
provides=("coursier")
conflicts=("coursier")
source=("coursier-$pkgver::https://github.com/coursier/coursier/releases/download/v$_pkgver/cs-x86_64-pc-linux")
sha256sums=('c598326e21b57c1dcaaefa797dbbfe47724922cd7649e86a43c8acab3743aeb0')

package() {
  install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/coursier"
}