blob: 6cc9def69de2856263a7f13dc08cd5c496e04bbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = zc-git
pkgdesc = A C/C++ build tool and package manager
pkgver = 1.0.r67.c5ddce9
pkgrel = 2
url = https://github.com/Paul272007/ZC
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
depends = clang
depends = llvm
depends = libarchive
depends = curl
depends = openssl
depends = nlohmann-json
provides = zc
conflicts = zc
source = git+https://github.com/Paul272007/ZC.git#branch=stable
sha256sums = SKIP
pkgname = zc-git
|