diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 13:47:25 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-12 16:20:33 -0300 |
| commit | b91a3081a2c9aa99ab13e1abac4cb3efcc6d0749 (patch) | |
| tree | abf0d43feb63c6278b20b3170a62c094e1a04ada /testing/lshell | |
| parent | 0a7af6115e3489ee2f75e12725c3bfaffb0e6442 (diff) | |
| download | aports-b91a3081a2c9aa99ab13e1abac4cb3efcc6d0749.tar.bz2 aports-b91a3081a2c9aa99ab13e1abac4cb3efcc6d0749.tar.xz | |
testing/lshell: fix url
Diffstat (limited to 'testing/lshell')
| -rw-r--r-- | testing/lshell/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index 771fc7b5e1..69a17d02eb 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -2,26 +2,21 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=lshell pkgver=0.9.18 -pkgrel=2 +pkgrel=3 pkgdesc="Python-based limited Shell" -url="http://ghantoos.org/limited-shell-lshell" +url="https://github.com/ghantoos/lshell" arch="noarch" license="GPL-3.0-or-later" depends="python2" -depends_dev="" -makedepends="python2-dev py-setuptools" +makedepends="py-setuptools" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/ghantoos/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - build() { - cd "$builddir" python2 setup.py build } package() { - cd "$builddir" python2 setup.py install --prefix=/usr --root="$pkgdir" } |
