summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ce8968472af395bec6fa7c7417b6fdfaa1380c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = timepad
	pkgdesc = A minimal timer app for linux that mimicks the builtin windows clock app
	pkgver = 0.1.0alpha
	pkgrel = 1
	url = https://github.com/agokule/timepad
	arch = x86_64
	license = MIT
	makedepends = git
	makedepends = cmake
	makedepends = base-devel
	depends = glibc
	depends = libgcc
	depends = libstdc++
	depends = sdl3
	provides = timepad
	conflicts = timepad-git
	source = timepad::git+https://github.com/agokule/timepad.git#commit=5f48963d85d4ace05d57ab0c25122c1646b172f3
	source = git+https://github.com/ocornut/imgui.git
	sha256sums = SKIP
	sha256sums = SKIP

pkgname = timepad