Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xpkg/build-package.sh')
-rwxr-xr-xxpkg/build-package.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/xpkg/build-package.sh b/xpkg/build-package.sh
new file mode 100755
index 0000000..eb6cc63
--- /dev/null
+++ b/xpkg/build-package.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+mono xpkg.exe create ReactiveExtensionsForXamarin-1.0.xam \
+ --name="Reactive Extensions for Android" \
+ --publisher="Xamarin, Inc." \
+ --website="http://www.xamarin.com" \
+ --summary="a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators." \
+ --license="external/rx/Rx/NET/Source/license.txt" \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Interfaces.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Core.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Linq.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.PlatformServices.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Experimental.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Debugger.dll \
+ --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Providers.dll \
+ --details=Details.md \
+ --getting-started=Details.md \
+ --icon=logo_128x128.png \
+ --sample="GitHub API Client Sample. GitHub API client sample demonstrates use of Rx API with GitHub:external/rx/Rx/NET/Source/Rx_Xamarin/android/samples/GithubApiClientSample/GithubApiClientSample.sln"