summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d49fc45a455dc65b8dc9a780b991be4250a085da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = stock_quote
	pkgdesc = python script for getting stock quotes from yahoo and calculting gains and losses
	pkgver = 0.2
	pkgrel = 1
	url = https://github.com/gps1539/stock_quote
	arch = any
	license = GPL
	depends = python
	depends = python-numpy
	depends = python-colorama
	source = https://raw.githubusercontent.com/gps1539/stock_quote/master/stock_quote.py
	md5sums = c99244fc350e4bd169302667d2962d17

pkgname = stock_quote