mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
119 lines
4 KiB
YAML
119 lines
4 KiB
YAML
Categories:
|
||
- Internet
|
||
- Security
|
||
License: GPL-3.0-only
|
||
AuthorName: LEAP
|
||
AuthorWebSite: https://leap.se/
|
||
WebSite: https://riseup.net/
|
||
SourceCode: https://0xacab.org/leap/bitmask_android
|
||
IssueTracker: https://0xacab.org/leap/bitmask_android/issues
|
||
Translation: https://www.transifex.com/projects/p/bitmask-android
|
||
Changelog: https://0xacab.org/leap/bitmask_android/blob/HEAD/CHANGELOG
|
||
Donate: https://riseup.net/vpn/donate
|
||
Bitcoin: 1F3KowUJBfvocr1H6DRvwFxfETJ18e8Dp6
|
||
|
||
AutoName: RiseupVPN
|
||
Description: |-
|
||
RiseupVPN is an application to provide easy and secure encrypted communication.
|
||
The app is a custom branded build of [[se.leap.bitmaskclient]]. This version is
|
||
preconfigured with one trusted provider—the Riseup collective—and allows
|
||
anonymous VPN usage without any manual setup.
|
||
|
||
By encrypting and securely routing all your network traffic through Riseup’s
|
||
servers, RiseupVPN is able to prevent many forms of censorship and surveillance.
|
||
|
||
RepoType: git
|
||
Repo: https://0xacab.org/leap/bitmask_android.git
|
||
|
||
Builds:
|
||
- versionName: 0.9.9
|
||
versionCode: 136
|
||
commit: 0.9.9
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- customProduction
|
||
rm:
|
||
- ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||
prebuild: sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||
build:
|
||
- cd ..
|
||
- echo '/opt/gradle/versions/4.6/bin/gradle "$@"' > ics-openvpn/gradlew
|
||
- chmod a+x ics-openvpn/gradlew
|
||
- ./build_deps.sh
|
||
ndk: r16b
|
||
|
||
- versionName: 0.9.10
|
||
versionCode: 137
|
||
commit: 0.9.10
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- customProduction
|
||
rm:
|
||
- ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||
prebuild: sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||
build:
|
||
- cd ..
|
||
- echo '/opt/gradle/versions/4.6/bin/gradle "$@"' > ics-openvpn/gradlew
|
||
- chmod a+x ics-openvpn/gradlew
|
||
- ./build_deps.sh
|
||
ndk: r16b
|
||
|
||
- versionName: 1.0.1
|
||
versionCode: 141
|
||
commit: 1.0.1
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- customProduction
|
||
rm:
|
||
- ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||
prebuild: sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||
build:
|
||
- cd ../ics-openvpn
|
||
- gradle main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release
|
||
ndk: r20
|
||
|
||
- versionName: 1.0.3
|
||
versionCode: 147
|
||
commit: 1.0.3
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- customProductionFat
|
||
rm:
|
||
- ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||
- go/src/golang.org/x/tools/cmd/splitdwarf/internal/macho/testdata
|
||
- go/src/golang.org/x/tools/go/gccgoexportdata/testdata
|
||
- go/src/golang.org/x/tools/go/gcexportdata/testdata
|
||
- go/src/golang.org/x/tools/go/internal/gccgoimporter/testdata/
|
||
- go/src/golang.org/x/tools/go/internal/gcimporter/testdata/
|
||
- go/src/github.com/shadowsocks/shadowsocks-go/script/shadowsocks.exe
|
||
- shapeshifter/*.?ar
|
||
prebuild:
|
||
- sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||
- sed -i '/systemProp\.http\.proxy/d' ~/.gradle/gradle.properties
|
||
build:
|
||
- cd ../go
|
||
- curl -o go.tar.gz https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz
|
||
- echo 'b6f9db387340e24f5623e6de0b8aa1387d103277 go.tar.gz' | shasum -c
|
||
- mkdir -p golang
|
||
- tar -C golang -xzf go.tar.gz
|
||
- export GOPATH="$PWD"
|
||
- export GO_LANG="$PWD/golang/go/bin"
|
||
- export GO_COMPILED="$PWD/bin"
|
||
- export PATH="$GO_LANG:$GO_COMPILED:$PATH"
|
||
- ./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile
|
||
- ./bin/gomobile init
|
||
- ./android_build_shapeshifter.sh createLibrary
|
||
- cd ../ics-openvpn
|
||
- gradle main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release
|
||
ndk: r20b
|
||
|
||
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||
|
||
AutoUpdateMode: Version %v
|
||
UpdateCheckMode: Tags ^[0-9.]+$
|
||
CurrentVersion: 1.0.3
|
||
CurrentVersionCode: 147
|