blob: 365df1ebc34b8989b7a7e60916c454c9dc526f05 (
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
|
pkgbase = cpoint-git
pkgdesc = C-like programming language compiler based on LLVM with garbage collection
pkgver = 0.3
pkgrel = 1
url = https://github.com/Vinz2008/C.
arch = any
license = GPL-3.0-only
checkdepends = python
checkdepends = python-termcolor
makedepends = git
makedepends = llvm
makedepends = tomlplusplus
depends = llvm-libs
depends = clang
depends = glibc
depends = gcc-libs
depends = sh
depends = gcc
depends = make
depends = automake
options = staticlibs
source = cpoint::git+https://github.com/Vinz2008/C.
sha256sums = SKIP
pkgname = cpoint-git
|