blob: d878e72f39ec40edcd3e440f3a2850624c2ec046 (
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
|
pkgbase = android-ndk
pkgdesc = Android C/C++ developer kit
pkgver = r27
pkgrel = 1
url = https://developer.android.com/ndk/
install = android-ndk.install
arch = x86_64
license = GPL
license = LGPL
license = custom
makedepends = bzip2
makedepends = libxcrypt-compat
makedepends = python
makedepends = perl
makedepends = libc++
depends = bash
depends = glibc
depends = gcc-libs
depends = zlib
optdepends = ncurses5-compat-libs: for curses module in bundled Python
optdepends = bzip2: for bz2 module in bundled Python
optdepends = libxcrypt-compat: for crypt module in bundled Python
optdepends = python: various helper scripts
optdepends = perl: various helper scripts
optdepends = libc++: for some LLVM components
replaces = android-ndk64
options = !strip
options = staticlibs
backup = etc/profile.d/android-ndk.sh
source = android-ndk.sh
sha1sums = 38c46b7b1a1c54a0845d027a8eaf37ed0447d3b2
sha256sums = 2050ff500443f6cfa4567c02248cb3ec6ccbc67ce81b32d8dda79383c5103db2
source_x86_64 = https://dl.google.com/android/repository/android-ndk-r27-linux.zip
sha1sums_x86_64 = 5e5cd517bdb98d7e0faf2c494a3041291e71bdcc
sha256sums_x86_64 = 2f17eb8bcbfdc40201c0b36e9a70826fcd2524ab7a2a235e2c71186c302da1dc
pkgname = android-ndk
|