summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2015-10-27 11:52:37 +0100
committerGeorg Schlisio2015-10-27 11:52:37 +0100
commit6f338d3b5e19a8b148465337868ae2e247a83d0e (patch)
tree512c1f4a07e436aa3133782fb397b0bc14a2347c
downloadaur-6f338d3b5e19a8b148465337868ae2e247a83d0e.tar.gz
2.6-1, initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a819523693a9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = syntax
+ pkgver = 2.6
+ pkgrel = 1
+ url = http://willuhn.de/products/syntax/
+ arch = any
+ license = GPL2
+ depends = jameica
+ source = http://willuhn.de/products/syntax/releases/current/syntax.zip
+ md5sums = 6de7bc56e24ac29b85ce705cc6faf8ef
+
+pkgname = syntax
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d12a42a3b89a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: fordprefect <fordprefect@dukun.de>
+pkgname=syntax
+pkgver=2.6
+pkgrel=1
+pkgdesc="Jameica Plugin for financial accounting according to SKR03/04"
+depends=("jameica")
+url="http://willuhn.de/products/syntax/"
+arch=('any')
+license=('GPL2')
+source=("http://willuhn.de/products/syntax/releases/current/syntax.zip")
+md5sums=('6de7bc56e24ac29b85ce705cc6faf8ef')
+
+package() {
+ mkdir -p "$pkgdir/opt/jameica/plugins"
+ cp -r "$srcdir/$pkgname" "$pkgdir/opt/jameica/plugins"
+}