summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 354dca31817062a31a81b7a1470e0fc19d5bb75a (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
# Maintainer: David Manouchehri <manouchehri@riseup.net>

pkgver=6.4
pkgname="ida-pro-${pkgver}"
pkgrel=1
pkgdesc="Dependencies for Hex-Rays IDA ${pkgver}"
url="https://www.hex-rays.com/products/ida/${pkgver}/index.shtml"
license=('')
source=()
sha512sums=()
arch=('x86_64')
depends=('lib32-glibc'
         'lib32-gcc-libs'
         'lib32-glib2'
         'lib32-zlib'
         'lib32-libsm'
         'lib32-freetype2'
         'lib32-libice'
         'lib32-libxext'
         'lib32-libxrender'
         'lib32-fontconfig'
         'lib32-libx11')

package() {
  printf "\033[31;1mThis package is *not* meant to package IDA, it's only to install/locate the dependencies.\n\033[0m\n"
}

# vim:set et sw=2 sts=2 tw=80: