summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0a44093bd9d4c9cfe1248b2cc4989b9b27e6a590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = cli-reminder
	pkgdesc = A CLI reminder application with TUI and notification support
	pkgver = 0.1.0
	pkgrel = 1
	url = https://github.com/Skeleton-Hacker/CLI_Reminder
	arch = x86_64
	license = MIT
	makedepends = rust
	makedepends = cargo
	makedepends = git
	depends = gcc-libs
	optdepends = libnotify: for desktop notifications
	source = git+https://github.com/Skeleton-Hacker/CLI_Reminder.git
	sha256sums = SKIP

pkgname = cli-reminder