summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 39d4cf6b48d28259649139dc5518b1014611eb33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname="friendlyvri-git"
_pkgname="friendlyvri"
pkgver=1.0.0
pkgrel=1
pkgdesc="A Virtual Radio Interferometer application"
arch=("x86_64")
url='https://github.com/crpurcell/friendlyVRI'
license=('MIT')
makedepends=()
depends=('tk' 'python-numpy' 'python-matplotlib' 'python-scipy')
source=("$pkgname::git+https://github.com/crpurcell/friendlyVRI.git")
sha256sums=('SKIP')

package() {
	install -d "${pkgdir}/opt"
	cp -r "${srcdir}/${pkgname}/" "${pkgdir}/opt/${_pkgname}"
}