blob: 9ad4376746a5dc59cd1deb6e71e59c09edbb7bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = dcr-git
pkgdesc = Cargo-like utility to manage C/C++ projects (development branch)
pkgver = r153.f21f50f
pkgrel = 1
url = https://github.com/dexoron/dcr
arch = x86_64
arch = aarch64
license = GPL-3.0-or-later
makedepends = cargo
makedepends = git
depends = gcc-libs
depends = openssl
optdepends = gcc: build C/C++ projects with GCC
optdepends = clang: build C/C++ projects with Clang
provides = dcr
conflicts = dcr
source = dcr-git::git+https://github.com/dexoron/dcr.git
sha256sums = SKIP
pkgname = dcr-git
|