blob: 98972038e5a63874e89ccc6ef8b67b4217465d4a (
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
30
|
pkgbase = crystal-nightly
pkgdesc = The Crystal Programming Language, nightly binaries
pkgver = 20240420
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-20240420.tar.gz
options = !strip
source = crystal-nightly-20240420.tar.gz::https://artifacts.crystal-lang.org/dist/crystal-nightly-linux-x86_64.tar.gz
sha256sums = 94a23a001a516c228cdc038aad5c25e5730ab6a7c0c397d0205c7e3571c8fcaf
pkgname = crystal-nightly
|