blob: baca4a320ce0060c6e50c16044600d8238c2464a (
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
|
pkgbase = android-ndk-ollvm
pkgdesc = Obfuscated llvm for Android NDK. It install LLVM with obfuscation support outside of android-ndk and use symlinks to NDK. Symlinks updates automaticly (via pacman hooks) on each android-ndk upgrade
pkgver = 14.0.1
pkgrel = 3
url = https://github.com/sr-tream/obfuscator
install = android-ndk-ollvm.install
arch = x86_64
license = GPL
license = LGPL
license = custom
makedepends = cmake
makedepends = patch
makedepends = clang
makedepends = lld
depends = android-ndk>=r23
replaces = android-ndk64-ollvm
options = strip
options = !staticlibs
source = update_links.sh
source = android-ndk-ollvm.hook
source = git+https://github.com/sr-tream/obfuscator.git#branch=release/14.x
sha256sums = 7f4e245fa079367b26108cead08b5cb5033cba7595b842b97f3c1abec52c1d4f
sha256sums = 4ff51c89e7b047b0ca396c829fa5dbbf572559f15cefdf6d14e56251e208c5e9
sha256sums = SKIP
pkgname = android-ndk-ollvm
|