Skip to content

Commit 913f655

Browse files
committed
Add /metadata/ for F-Droid
1 parent c5dda08 commit 913f655

File tree

9 files changed

+52
-0
lines changed

9 files changed

+52
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Categories:
2+
- Connectivity
3+
- Internet
4+
License: GPL-3.0-or-later
5+
SourceCode: https://github.com/shadowsocks/v2ray-plugin-android
6+
IssueTracker: https://github.com/shadowsocks/v2ray-plugin-android/issues
7+
8+
AutoName: v2ray
9+
Summary: A SIP003 V2ray plugin
10+
Description: |-
11+
Yet another SIP003 plugin for shadowsocks, based on v2ray.
12+
13+
Shadowsocks-android is required.
14+
15+
RepoType: git
16+
Repo: https://github.com/shadowsocks/v2ray-plugin-android.git
17+
18+
Builds:
19+
- versionName: 1.3.0
20+
versionCode: 1030000
21+
commit: v1.3.0
22+
submodules: true
23+
sudo:
24+
- apt-get update
25+
- apt-get install -y golang-go
26+
gradle:
27+
- yes
28+
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
29+
ndk: r20b
30+
gradleprops:
31+
- android.enableJetifier=true
32+
- android.enableR8.fullMode=true
33+
- android.useAndroidX=true
34+
35+
AutoUpdateMode: Version v%v
36+
UpdateCheckMode: Tags ^v
37+
CurrentVersion: 1.3.0
38+
CurrentVersionCode: 1030000
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Update shadowsocks plugin to 1.3.0
2+
* Update v2ray-core to 4.19.1.
3+
* Built with go 1.13 (fix #6 and #7).

metadata/en-US/description.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Yet another SIP003 plugin for shadowsocks, based on v2ray.
2+
3+
Shadowsocks-android is required.

metadata/en-US/name.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
V2ray Plugin
73 KB
Loading
145 KB
Loading

metadata/en-US/summary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A SIP003 V2ray plugin
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* 更新 Shadowsocks 外掛程式至 1.3.0
2+
* 更新 v2ray-core 至 4.19.1
3+
* 使用 go 1.13 編譯(修復 #6 及 #7 )

metadata/zh-TW/description.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
另一個基於 v2ray 的 Shadowsocks 的 SIP003 外掛程式。
2+
3+
需安裝 Shadowsocks-android 才可使用。

0 commit comments

Comments
 (0)