diff --git a/srcpkgs/arpack-ng/template b/srcpkgs/arpack-ng/template new file mode 100644 index 00000000000..624e09b4413 --- /dev/null +++ b/srcpkgs/arpack-ng/template @@ -0,0 +1,18 @@ +# Template file for 'arpack-ng' +pkgname=arpack-ng +version=3.2.0 +revision=1 +build_style=gnu-configure +makedepends="gcc-fortran libgfortran-devel blas-devel lapack-devel" +short_desc="Collection of Fortran77 subroutines" +maintainer="Diogo Leal " +nocross=yes +license="BSD" +homepage="https://github.com/opencollab/arpack-ng" +distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz" +checksum=ce6de85d8de6ae3a741fb9d6169c194ff1b2ffdab289f7af8e41d71bb7818cbb + +pos_install(){ + vlicense COPYING +} +