Browse Source

exa: Update to avoid using rust-users fork

android-5
Fredrik Fornwall 6 years ago
parent
commit
bdc9b38d48
  1. 2
      packages/exa/Cargo.toml.patch
  2. 6
      packages/exa/build.sh

2
packages/exa/Cargo.toml.patch

@ -6,7 +6,7 @@ diff -u -r ../exa-57e4c08411f59e7db91fa7d8127fbd412667ea32/Cargo.toml ./Cargo.to
term_size = "0.3.0"
unicode-width = "0.1.4"
-users = "0.7"
+users = { git = "https://github.com/fornwall/rust-users", branch = "fix-android-build" }
+users = "0.8.1"
zoneinfo_compiled = "0.4.7"
[build-dependencies]

6
packages/exa/build.sh

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://the.exa.website
TERMUX_PKG_DESCRIPTION="A modern replacement for ls"
TERMUX_PKG_VERSION=0.9~pre1
TERMUX_PKG_SHA256=3cec8e192dd5b69e650605a1948832d4d52ad25d37deecb49a180df020449f54
TERMUX_PKG_SRCURL=https://github.com/ogham/exa/archive/57e4c08411f59e7db91fa7d8127fbd412667ea32.zip
TERMUX_PKG_VERSION=0.9~pre2
TERMUX_PKG_SHA256=df558e74aed27425b9dd2fbca4ee14eee672677722b93b77984d1b9b5265e023
TERMUX_PKG_SRCURL=https://github.com/ogham/exa/archive/485611e7c97d2043731ae83653a70eee2eb69a4b.zip
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features default"
TERMUX_PKG_BUILD_IN_SRC=yes

Loading…
Cancel
Save