summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b88bb1ba9847933eb6ff2c3b730dffa0815a3998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = unittest-c
	pkgdesc = unittest c is a fast and simple macro-based unit testing framework for C. It's inspired by the Python unittest module and designed to reduce boilerplate code. With macros and a built-in test runner, it's ideal for large test suites.
	pkgver = 1.1.2
	pkgrel = 5
	url = https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
	arch = x86_64
	license = MIT License
	makedepends = gcc
	makedepends = git
	makedepends = make
	makedepends = binutils
	makedepends = coreutils
	makedepends = trycatch-c
	optdepends = valgrind
	source = unittest-c-1.1.2.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
	md5sums = SKIP

pkgname = unittest-c