aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ranger
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:30:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:30:54 -0300
commit751522a5effb85b60557bb9cdb02de4a45cee70e (patch)
treeebef9e411a7ab407006f9642ded110e8b16c6ea8 /testing/ranger
parent84b2ead0864f63eeca05ed5279fde73c7c48687c (diff)
downloadaports-751522a5effb85b60557bb9cdb02de4a45cee70e.tar.bz2
aports-751522a5effb85b60557bb9cdb02de4a45cee70e.tar.xz
community/ranger: move from testing
Diffstat (limited to 'testing/ranger')
-rw-r--r--testing/ranger/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/ranger/APKBUILD b/testing/ranger/APKBUILD
deleted file mode 100644
index 724a736703..0000000000
--- a/testing/ranger/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=ranger
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="VIM-inspired filemanager for the console"
-url="https://ranger.github.io/"
-arch="noarch"
-license="GPL-3.0-only"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ranger/ranger/archive/v${pkgver}.tar.gz"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest-3 tests
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
- install -Dm644 doc/ranger.1 "$pkgdir"/usr/share/man/man1/ranger.1
- install -Dm644 doc/rifle.1 "$pkgdir"/usr/share/man/man1/rifle.1
-}
-
-sha512sums="5eb4743beaf0478d745cce8e5bfc2ac07c98ab5784e9394772782d06c0bb27dcd5478ead191ac527f21cce76db09a51eb46db0fabc7993684a6b5aaec0d43104 ranger-1.9.2.tar.gz"