summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Kuksa2016-08-19 00:03:50 +0200
committerEugen Kuksa2016-08-19 11:22:27 +0200
commit66d6953cccce9d83729b7eceab97aae10dadc560 (patch)
treeb52319921216581b5441afef9bc9477ae0d932e8
downloadaur-66d6953cccce9d83729b7eceab97aae10dadc560.tar.gz
Update hets-desktop-bin to 0.99_1471209385-1
-rw-r--r--.SRCINFO32
-rwxr-xr-xPKGBUILD21
2 files changed, 53 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a6bad919bb1c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,32 @@
+# Generated by mksrcinfo v8
+# Fri Aug 19 08:19:39 UTC 2016
+pkgbase = hets-desktop-bin
+ pkgdesc = A parsing, static analysis and proof management tool incorporating various provers and different specification languages.
+ pkgver = 0.99_1471594578
+ pkgrel = 1
+ url = http://hets.eu
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ depends = hets-commons
+ depends = hets-lib
+ depends = tcl
+ depends = tk
+ depends = ncurses
+ depends = cairo
+ depends = glib2
+ depends = gettext
+ depends = fontconfig
+ depends = libglade
+ optdepends = spass
+ optdepends = eprover
+ optdepends = darwin
+ optdepends = pellet
+ optdepends = isabelle
+ provides = hets-dekstop
+ conflicts = hets-dekstop
+ source = http://www.informatik.uni-bremen.de/~eugenk/aur-hets/hets-desktop-bin-0.99_1471594578-1.tar.gz
+ sha256sums = 45df9d92e994f3b4e71e0e207988c594d70a5711ae082d4ebb17042214d61c2a
+
+pkgname = hets-desktop-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..505b550c8878
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Eugen Kuksa <eugenk@cs.uni-bremen.de>
+
+pkgname=hets-desktop-bin
+pkgver=0.99_1471594578
+pkgrel=1
+
+pkgdesc="A parsing, static analysis and proof management tool incorporating various provers and different specification languages."
+
+url="http://hets.eu"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('hets-commons' 'hets-lib' 'tcl' 'tk' 'ncurses' 'cairo' 'glib2' 'gettext' 'fontconfig' 'libglade')
+optdepends=('spass' 'eprover' 'darwin' 'pellet' 'isabelle')
+provides=('hets-dekstop')
+conflicts=('hets-dekstop')
+source=('http://www.informatik.uni-bremen.de/~eugenk/aur-hets/hets-desktop-bin-0.99_1471594578-1.tar.gz')
+sha256sums=('45df9d92e994f3b4e71e0e207988c594d70a5711ae082d4ebb17042214d61c2a')
+
+package() {
+ cp -R usr $pkgdir
+}