mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/crystal to 0.35.1-2
This commit is contained in:
parent
78259d867a
commit
75d3cbd641
1 changed files with 5 additions and 3 deletions
|
@ -10,13 +10,13 @@ highmem=1
|
|||
|
||||
pkgname=crystal
|
||||
pkgver=0.35.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The Crystal Programming Language'
|
||||
arch=(x86_64)
|
||||
url='https://crystal-lang.org'
|
||||
license=(Apache)
|
||||
depends=(gc libatomic_ops pcre libevent llvm-libs)
|
||||
makedepends=(libxml2 llvm crystal git)
|
||||
depends=(gc libatomic_ops pcre libevent llvm10-libs)
|
||||
makedepends=(libxml2 llvm10 crystal git)
|
||||
checkdepends=(libyaml libxml2 gmp inetutils)
|
||||
optdepends=('shards: crystal language package manager'
|
||||
'libyaml: For YAML support'
|
||||
|
@ -40,6 +40,8 @@ prepare() {
|
|||
export EXPORT_CC="CC=cc" # Prevent lld usage in case it's available, as its broken on aarch64, see Makefile
|
||||
}
|
||||
|
||||
# LLVM 11 support pending: https://github.com/crystal-lang/crystal/issues/9809
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
|
|
Loading…
Reference in a new issue