blob: 7c15ac10cfcf7c34a50dc541c512e4cf7ddd3b1c (
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
27
28
29
|
pkgbase = crystal-nightly
pkgdesc = The Crystal Programming Language, nightly binaries
pkgver = 20240320
pkgrel = 1
url = http://crystal-lang.org
arch = x86_64
license = Apache
checkdepends = libyaml
checkdepends = libxml2
checkdepends = gmp
checkdepends = git
checkdepends = inetutils
makedepends = tar
depends = gc
depends = pcre2
depends = libevent
optdepends = shards: To make the crystal deps command work
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
provides = crystal
provides = shards
conflicts = crystal
conflicts = shards
noextract = crystal-nightly-20240320.tar.gz
source = crystal-nightly-20240320.tar.gz::https://artifacts.crystal-lang.org/dist/crystal-nightly-linux-x86_64.tar.gz
sha256sums = a83f460861b67efa93df1bf0e4c6f9088e6666153abbdf0f4bc9e1292d8c5137
pkgname = crystal-nightly
|