summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2905e1b8c2447504962fe9615e920eb7794f69ae (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
pkgbase = cutekit-git
	pkgdesc = The magical build system and package manager
	pkgver = 0.11.0
	pkgrel = 1
	url = https://github.com/cute-engineering/cutekit
	arch = any
	license = MIT
	checkdepends = python-pytest
	makedepends = git
	makedepends = python-setuptools
	makedepends = python-build
	depends = python>=3.11
	depends = ninja
	depends = python-requests
	depends = python-graphviz
	depends = graphviz
	depends = python-dataclasses-json
	optdepends = clang: for compiling C/C++ code
	optdepends = llvm: tools for C/C++ development
	optdepends = lld: for linking
	optdepends = nasm: for compiling assembly code
	provides = cutekit
	conflicts = cutekit
	source = cutekit-git::git+https://github.com/cute-engineering/cutekit.git#branch=stable
	sha256sums = SKIP

pkgname = cutekit-git