fdroiddata/metadata/com.max2idea.android.fwknop.yml
Marcus Hoffmann e592d5f878 add ndk r12b to any buildjni build that doesn't have an ndk
r12b has been forever the default. Let's explicitly request that version
where we know we need it.

Note; there's other builds that still implicitly rely on that version
that don't use the buildjni flag. We don't really have a good way of
finding those, except manually.
2020-11-13 00:36:45 +01:00

37 lines
1 KiB
YAML

Categories:
- Internet
License: GPL-2.0-only
WebSite: http://www.cipherdyne.org
SourceCode: https://github.com/mrash/fwknop
IssueTracker: https://github.com/mrash/fwknop/issues
AutoName: Firewall Knock Operator
Description: |-
Michael Rash's Perl-based "fwknop" program: firewall knock operator. Implements
an authorization scheme called Single Packet Authorization (SPA). This method of
authorization is based around a default-drop packet filter (fwknop supports
iptables on Linux, ipfw on FreeBSD and Mac OS X, and PF on OpenBSD) and libpcap.
RepoType: git
Repo: https://github.com/mrash/fwknop.git
Builds:
- versionName: '1.0'
versionCode: 2
disable: Doesn't build (native code)
commit: 9e990c9b
subdir: android/project
rm:
- android/project/custom_rules.xml
prebuild:
- cd jni/fwknop
- ./get_libfko_header.sh
target: android-7
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 2