aboutsummaryrefslogtreecommitdiffstats
path: root/testing/exa
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:25:51 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:28:35 -0300
commit2437752a613d3e949515bf6f74d00a67b0a98b1d (patch)
tree3f0ee03e40e58d99753fbfdb895eedf79f9c51c4 /testing/exa
parentb0f0be3cf217c800651737a30762f1b465bbf2f4 (diff)
downloadaports-2437752a613d3e949515bf6f74d00a67b0a98b1d.tar.bz2
aports-2437752a613d3e949515bf6f74d00a67b0a98b1d.tar.xz
community/exa: move from testing
Diffstat (limited to 'testing/exa')
-rw-r--r--testing/exa/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/exa/APKBUILD b/testing/exa/APKBUILD
deleted file mode 100644
index 4e103f7ca2..0000000000
--- a/testing/exa/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=exa
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="ls replacement written in Rust"
-url="https://the.exa.website/"
-options="!check" # Tests fail on drone-ci
-arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # Limited by cargo
-license="MIT"
-makedepends="cargo zlib-dev libgit2-dev"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ogham/exa/archive/v$pkgver.tar.gz"
-
-export LIBGIT2_SYS_USE_PKG_CONFIG=1 # Use system libgit2
-
-build() {
- cargo build --release
-}
-
-check() {
- cargo test --release
-}
-
-package() {
- cargo install --path . --root="$pkgdir"/usr
- rm "$pkgdir"/usr/.crates.toml
- install -Dm644 contrib/man/exa.1 "$pkgdir"/usr/share/man/man1/exa.1
-}
-sha512sums="8689a115995f39ec60c9fc7c5a8f7b0b1009eb109b09c3bdcc4fc1a246637eaf60c6f37a1369578584323f18ba706812343e8ce67aa0ccfeaf3296b4eca4a714 exa-0.9.0.tar.gz"