Update repository location
This commit is contained in:
parent
ba1b9a1cc7
commit
3000df2a9f
5 changed files with 10 additions and 8 deletions
|
@ -23,7 +23,7 @@ Xenia is available on [Google Play](https://play.google.com/store/apps/details?i
|
|||
|
||||
APKs may also be downloaded from [the developer](https://xenia.rocketnine.space/download/?sort=name&order=desc).
|
||||
|
||||
Xenia is pending review for addition to [F-Droid](https://f-droid.org).
|
||||
Xenia is [pending review](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7770) for addition to [F-Droid](https://f-droid.org).
|
||||
|
||||
## Support
|
||||
|
||||
|
|
12
app/bind.sh
12
app/bind.sh
|
@ -13,21 +13,21 @@ echo "Downloading gomobile..."
|
|||
GOPATH="$PROJECTPATH/go" go get -u golang.org/x/mobile/cmd/...
|
||||
|
||||
echo "Downloading gmitohtml $1..."
|
||||
mkdir -p $GOPATH/src/gitlab.com/tslocum
|
||||
if [ ! -d "$GOPATH/src/gitlab.com/tslocum/gmitohtml" ]; then
|
||||
git clone https://gitlab.com/tslocum/gmitohtml $GOPATH/src/gitlab.com/tslocum/gmitohtml
|
||||
mkdir -p $GOPATH/src/code.rocketnine.space/tslocum
|
||||
if [ ! -d "$GOPATH/src/code.rocketnine.space/tslocum/gmitohtml" ]; then
|
||||
git clone https://code.rocketnine.space/tslocum/gmitohtml $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml
|
||||
fi
|
||||
|
||||
cd $GOPATH/src/gitlab.com/tslocum/gmitohtml && git fetch origin && git reset --hard `printf %q "$1"` && cd $PROJECTPATH
|
||||
cd $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml && git fetch origin && git reset --hard `printf %q "$1"` && cd $PROJECTPATH
|
||||
|
||||
#echo "Downloading dependencies..."
|
||||
#cd $GOPATH/src/gitlab.com/tslocum/gmitohtml
|
||||
#cd $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml
|
||||
#go mod vendor
|
||||
#cd $PROJECTPATH
|
||||
|
||||
echo "Binding library..."
|
||||
mkdir -p libs
|
||||
PATH="$PROJECTPATH/go/bin:$PATH"
|
||||
$GOPATH/bin/gomobile bind -javapkg space.rocketnine -o libs/gmitohtml.aar -target=android -androidapi=16 $GOPATH/src/gitlab.com/tslocum/gmitohtml/pkg/gmitohtml
|
||||
$GOPATH/bin/gomobile bind -javapkg space.rocketnine -o libs/gmitohtml.aar -target=android -androidapi=16 $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml/pkg/gmitohtml
|
||||
|
||||
echo "Finished."
|
||||
|
|
|
@ -30,7 +30,7 @@ android {
|
|||
}
|
||||
|
||||
ext {
|
||||
// https://gitlab.com/tslocum/gmitohtml
|
||||
// https://code.rocketnine.space/tslocum/gmitohtml
|
||||
gmitohtmlVersion = "f71136c1a505794ecc79fe639d4c9b80258d7f08"
|
||||
}
|
||||
|
||||
|
|
1
metadata/en-US/full_description.txt
Normal file
1
metadata/en-US/full_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Xenia is a proxy which allows browsing Gemini sites using a normal web browser. Gemini is a text protocol similar to Finger and Gopher.
|
1
metadata/en-US/short_description.txt
Normal file
1
metadata/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Browse Gemini sites using a normal web browser
|
Loading…
Reference in a new issue