summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 98007f0eb1d58ca174e84107552915083e7a7e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Maciej Dems <macdems@gmail.com>

pkgname=aliza-free
pkgver=1.98.57
pkgrel=1
pkgdesc="Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. This is the last free version of the package."
arch=('x86_64')
url="http://www.aliza-dicom-viewer.com"
license=('custom')
depends=('hicolor-icon-theme'
         'libxt'
         'libglvnd'
         'qt4')
options=('!emptydirs')
source=("aliza-${pkgver}.x86_64.rpm::https://web.archive.org/web/20210327224315/https://doc-0s-0s-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/1lgjid9ti29rdf5ebmd7o58iqhs3gfpo/1616884950000/16072287944266838401/*/1-AXa3tjy_onecW2k7ftjAQl0KGTb0B1Y?e=download")
sha256sums=('2bb167ce633abb5142d639616f3fdc1347f7f6f9f156db5cbd44b0dad4131307')
provides=('aliza')
conflicts=('aliza')

package() {
    cp -a usr ${pkgdir}
}