From c62e0f4f86c9dbf661a8680b8a721b40a3d397c9 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 21 Oct 2019 23:45:28 +0200 Subject: [PATCH] New app: Nix-on-Droid --- metadata/com.termux.nix.yml | 47 +++++++++++++++++++++++ metadata/com.termux.nix/en-US/summary.txt | 1 + 2 files changed, 48 insertions(+) create mode 100644 metadata/com.termux.nix.yml create mode 100644 metadata/com.termux.nix/en-US/summary.txt diff --git a/metadata/com.termux.nix.yml b/metadata/com.termux.nix.yml new file mode 100644 index 0000000000..8225215bed --- /dev/null +++ b/metadata/com.termux.nix.yml @@ -0,0 +1,47 @@ +Categories: + - Development +License: GPL-3.0-only +WebSite: https://nix-on-droid.unboiled.info +SourceCode: https://github.com/t184256/nix-on-droid-bootstrap +IssueTracker: https://github.com/t184256/nix-on-droid-bootstrap/issues + +Name: Nix-on-Droid +AutoName: Nix +Description: |- + Nix-on-Droid brings Nix package manager of NixOS fame + to your mobile device. + If you're not after its advanced features, + you might still be interested in tapping into nixpkgs, + a vast collection of precompiled software. + + At first start the app will download Nix repackaged for Android, + leaving you with a barebones system afterwards. + If you are an experienced Nix user, you know what to do next. + If you are in doubt, follow the on-screen instructions, + to install more of the familiar Linux software + and declaratively manage your environment. + + NOTE: this software is alpha-quality. + Users that value + stability and Android integration over + features and package selection + might better be served with Termux as of now. + + Nix-on-Droid uses a fork of Termux application as a terminal emulator. + +RepoType: git +Repo: https://github.com/t184256/nix-on-droid-app + +Builds: + - versionName: 0.66_v0.2.2_nix + versionCode: 66022 + commit: v0.66_v0.2.2_nix + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +UpdateCheckName: com.termux +CurrentVersion: 0.66_v0.2.2_nix +CurrentVersionCode: 66022 diff --git a/metadata/com.termux.nix/en-US/summary.txt b/metadata/com.termux.nix/en-US/summary.txt new file mode 100644 index 0000000000..b5d0c7e502 --- /dev/null +++ b/metadata/com.termux.nix/en-US/summary.txt @@ -0,0 +1 @@ +Nix package manager for Android