summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6c63859b5dcc4203248b057a44ae2afa2436267f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = hasklock
	pkgdesc = A binary clock in ncurses written in Haskell
	pkgver = 0.1.1
	pkgrel = 2
	url = https://github.com/DestructiveReasoning/hasklock
	install = hasklock.install
	arch = x86_64
	license = BSD
	makedepends = git
	makedepends = haskell-text
	makedepends = haskell-hscurses
	depends = ncurses
	provides = hasklock
	source = hasklock::git+https://github.com/DestructiveReasoning/hasklock.git
	md5sums = SKIP

pkgname = hasklock