blob: 4e117098765330172c75b05598f4a3af764ddca7 (
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
31
32
33
34
35
36
|
pkgbase = justbuild
pkgdesc = A generic build system supporting multi-repository builds
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/just-buildsystem/justbuild
arch = x86_64
license = Apache
makedepends = gcc
makedepends = wget
makedepends = cli11
makedepends = microsoft-gsl
makedepends = nlohmann-json
makedepends = pandoc
depends = glibc
depends = gcc-libs
depends = fmt
depends = openssl
depends = zlib
depends = re2
depends = c-ares
depends = grpc
depends = abseil-cpp
depends = curl
depends = python
depends = protobuf
depends = libarchive
depends = libgit2
conflicts = just
conflicts = just-git
conflicts = just-js
source = justbuild-1.3.0.tar.gz::https://github.com/just-buildsystem/justbuild/archive/v1.3.0.tar.gz
source = gsl.pc
sha256sums = 4f459ba5f88c2474c23bd3257a4a50653860c97fb5104750f2fdc3839f5c5d6f
sha256sums = c08f3e53356b1b258bb195ae0c2437f53269d7751d94800a46f75a3465346afe
pkgname = justbuild
|