summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7d8c861c61bf63772d859c4b28a74cdfcdb1c023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-cheat
	pkgdesc = Cheat allows you to create and view interactive cheatsheets on the command-line.
	pkgver = 2.5.1
	pkgrel = 1
	url = https://github.com/chrisallenlane/cheat
	arch = any
	license = GPL3
	makedepends = python
	depends = python
	depends = python-docopt
	depends = python-pygments
	depends = python-termcolor
	optdepends = bash-completion
	optdepends = zsh-completions
	optdepends = fish
	source = https://github.com/chrisallenlane/cheat/archive/2.5.1.tar.gz
	sha256sums = 9ae44cfc79478a7ba604871f3253e176f2bf3e1a4e698c9466e58a39d279effd

pkgname = python-cheat