summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 37d0b33630a1a83c9fcd96d2f6a70ee0b10a3f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Oguz Kurt <kurt.oguz@outlook.com>
pkgname=stock-shares
pkgver=1
pkgrel=1
pkgdesc="A cli utility that gets stock information from bloomberg."
arch=('any')
url="https://github.com/oguzkurt182/stock-shares"
license=('GPL')
depends=('sh')
depends=('python-beautifulsoup4')
depends=('python')
makedepends=('make')
source=("https://github.com/oguzkurt182/stock-shares/archive/master.zip")

package() {
	cd "$pkgname-master"
	make DESTDIR="$pkgdir/" install	
}