summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0cd803767ad9d8e6cbef4ce0f44f5ff9aa4ca5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Maintainer: Ke Liu <spcter119@gmail.com>
# Contributor: Alexander Oleynichenko <alexvoleynichenko@gmail.com>

pkgname=bader
pkgver=1.0.5
pkgrel=1
epoch=
pkgdesc="Quantum chemistry - Bader population analysis"
arch=('x86_64')
url="http://theory.cm.utexas.edu/henkelman/code/bader/"
license=('GPL')
groups=()
depends=(gcc-fortran)
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=('http://theory.cm.utexas.edu/henkelman/code/bader/download/bader.tar.gz')
sha256sums=('8dcc32a17b8caf11622347ed89924edb6cebbee63bfd7bf30e752f0fb402aa25')
noextract=()
validpgpkeys=()

build() {
  cd "$srcdir/$pkgname"
  make -f makefile.lnx_ifort FC="gfortran" FFLAGS="$FFLAGS" LINK=""
}

package() {
  install -D -m755 "$srcdir/$pkgname/bader" "$pkgdir/usr/bin/bader"
}