summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f3e893d4bf5c49fd022be0709c110c3e25d216c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Myles English <myles at rockhead dot biz>
pkgname=fenics-git
pkgver=1
pkgrel=1
pkgdesc="automated, efficient solution of differential equations"
arch=('i686' 'x86_64')
url="https://launchpad.net/fenics"
license=('LGPL')
groups=('fenics-git')
depends=('dolfin-git')
conflicts=('dolfin')
options=(!emptydirs)

build() {
true
}

package() {
	msg "This is dummy package to pull in all the fenics components..."
}