summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Gilio2017-11-09 00:17:02 -0600
committerBrett Gilio2017-11-09 00:17:02 -0600
commit9bf10c13fd582bfbdf78e48abbb414322427a5ec (patch)
tree020efa3fb1a125302a6e76ba8b9e82e9f1b43947
downloadaur-9bf10c13fd582bfbdf78e48abbb414322427a5ec.tar.gz
First init
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD32
2 files changed, 50 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..07bd259bc097
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = emergent
+ pkgdesc = emergent is a comprehensive neural network simulator that enables the creation and analysis of complex, sophisticated models of the brain in the world
+ pkgver = 8.2.0
+ pkgrel = 1
+ url = https://grey.colorado.edu/emergent
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = qt5-base
+ depends = cmake
+ depends = subversion
+ depends = libsndfile
+ depends = coin
+ source = http://brettgilio.com/emergent-8.2.0.zip
+ md5sums = 9b578caca83e375020c485d9a2e06af1
+
+pkgname = emergent
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..44b2f4928486
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: Brett M. Gilio <mail@brettgilio.com>
+
+pkgname=emergent
+pkgver=8.2.0
+pkgrel=1
+pkgdesc="emergent is a comprehensive neural network simulator that enables the creation and analysis of complex, sophisticated models of the brain in the world"
+arch=('i686' 'x86_64')
+url="https://grey.colorado.edu/emergent"
+license=('GPL')
+depends=('qt5-base' 'cmake' 'subversion' 'libsndfile' 'coin')
+source=("http://brettgilio.com/emergent-8.2.0.zip")
+md5sums=('79fde976b2c89590fb78854aa2c04101')
+
+build() {
+ cd "$srcdir/emergent-$pkgver"
+ ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --qt5
+ make
+}
+
+package() {
+ cd "$srcdir/iv-$pkgver"
+ install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ make DESTDIR="$pkgdir/" install
+}
+md5sums=('13b3c76dae57051d7764de18dbd46f6a')
+
+md5sums=('9b578caca83e375020c485d9a2e06af1')
+md5sums=('9b578caca83e375020c485d9a2e06af1')
+md5sums=('9b578caca83e375020c485d9a2e06af1')
+md5sums=('9b578caca83e375020c485d9a2e06af1')
+md5sums=('9b578caca83e375020c485d9a2e06af1')
+md5sums=('9b578caca83e375020c485d9a2e06af1')