You are not logged in.

#1 2018-01-20 09:44:50

Batou
Member
Registered: 2017-01-03
Posts: 259

[Request] Free Chart Geany

I'd like to request this PKGBUILD. It's a really awesome stock analysis package written in Qt. It's not in AUR.

Thanks!

https://sourceforge.net/projects/freechartgeany/

Free Chart Geany is a cross platform software solution for market technical analysis and charting.

Key features:
Compatible with stocks, mutual funds, futures, indices.
Major technical analysis indicators.
Tab-based graphical user interface.
Easy download of quotes from Yahoo Finance or Google Finance.
One click screen shots for charts.
Spreadsheet-like data manager.
Single file local storage.

Features
Stock Charts
Stock Analysis
Technical Analysis Indicators
Stock Market


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

#2 2018-01-21 23:48:29

loqs
Member
Registered: 2014-03-06
Posts: 17,376

Re: [Request] Free Chart Geany

pkgname=freechartgeany
pkgver=2.1.0
pkgrel=1
pkgdesc="A cross platform software solution for market technical analysis and charting"
arch=('x86_64')
url="https://sourceforge.net/projects/freechartgeany/"
license=('GPL')
depends=('qtwebkit')
source=("https://downloads.sourceforge.net/project/$pkgname/v2/$pkgname-$pkgver.tar.gz")
sha256sums=('46077ef258af9ed76f17f74ecbc0c3d167e8eab0ec78feca40ebd75b4be7ef08')

build() {
	cd "$pkgname-$pkgver"
	qmake-qt4\
	QMAKE_CFLAGS_RELEASE="$CPPFLAGS ${CFLAGS}"\
	QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS ${CXXFLAGS}"
	make
}

package() {
	cd "$pkgname-$pkgver"
	make INSTALL_ROOT="$pkgdir" install
}

Only built tested qtwebkit has too many vulnerabilities for me to want to run anything that requires it.
Edit:
Fix up usage of $CPPFLAGS

Last edited by loqs (2018-01-22 11:19:12)

Offline

#3 2018-01-22 17:12:23

Batou
Member
Registered: 2017-01-03
Posts: 259

Re: [Request] Free Chart Geany

Thank you loqs!!


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

Board footer

Powered by FluxBB