summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiorgio Wicklein2015-06-08 21:29:24 +0200
committerGiorgio Wicklein2015-06-08 21:29:24 +0200
commitc502a71f92f838f77c9814cf8d70b7b25d035abf (patch)
treeffc7470bfa5d935cb6e242b68138cab8028f3c4c
downloadaur-c502a71f92f838f77c9814cf8d70b7b25d035abf.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD25
-rw-r--r--jforex.tar.gzbin0 -> 39082 bytes
3 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fa7737446865
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = jforex-dukascopy-europe-demo
+ pkgdesc = jForex demo trading client for Dukascopy Europe
+ pkgver = 3.0
+ pkgrel = 2
+ url = http://www.dukascopy.com/europe/english/forex/trading_login/marketplace_demo_login/
+ arch = any
+ license = unknown
+ depends = java-environment
+ depends = xdg-utils
+ source = https://eu-demo.dukascopy.com/fo/platform/jForex
+ source = jforex.tar.gz
+ md5sums = SKIP
+ md5sums = 656364640a6aaca3a34ab3e572efe626
+
+pkgname = jforex-dukascopy-europe-demo
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..12f023dd1af3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Giorgio Wicklein <giowckln@gmail.com>
+pkgname=jforex-dukascopy-europe-demo
+pkgver=3.0
+pkgrel=2
+pkgdesc="jForex demo trading client for Dukascopy Europe"
+arch=('any')
+url="http://www.dukascopy.com/europe/english/forex/trading_login/marketplace_demo_login/"
+license=('unknown')
+depends=('java-environment' 'xdg-utils')
+source=("https://eu-demo.dukascopy.com/fo/platform/jForex"
+ "jforex.tar.gz")
+md5sums=('SKIP'
+ '656364640a6aaca3a34ab3e572efe626')
+
+build() {
+ mv jForex jForex.jnlp
+}
+
+package() {
+ cd "$srcdir"
+
+ install -d "${pkgdir}/usr/share/"
+ cp -R "$srcdir/jforex/usr/share/" "${pkgdir}/usr/"
+ install -Dm644 "$srcdir/jForex.jnlp" "${pkgdir}/usr/share/jforex-dukascopy-europe-demo/"
+}
diff --git a/jforex.tar.gz b/jforex.tar.gz
new file mode 100644
index 000000000000..d88ee1915c38
--- /dev/null
+++ b/jforex.tar.gz
Binary files differ