diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-04 08:03:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-05 10:12:25 -0300 |
commit | 6322b48c58e2f039febe81151f1c4ef9d01c0182 (patch) | |
tree | 9ba1e82f5225946de698d35edb0023ac6a5bb459 /testing/toybox | |
parent | 222284b03f1d9e888abf6c2161458b17c498a868 (diff) | |
download | aports-6322b48c58e2f039febe81151f1c4ef9d01c0182.tar.bz2 aports-6322b48c58e2f039febe81151f1c4ef9d01c0182.tar.xz |
testing/toybox: modernize, fix license
Diffstat (limited to 'testing/toybox')
-rw-r--r-- | testing/toybox/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/toybox/APKBUILD b/testing/toybox/APKBUILD index 8fb0354a5b..21a7867ca3 100644 --- a/testing/toybox/APKBUILD +++ b/testing/toybox/APKBUILD @@ -2,14 +2,13 @@ # Contributor: André Klitzing <aklitzing@gmail.com> pkgname=toybox pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A BSD-licensed alternative to busybox" arch="all" -license="BSD" +license="0BSD" url="https://landley.net/toybox/" depends="attr" makedepends="bash linux-headers" -subpackages="$pkgname-doc" source="https://landley.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz" build() { @@ -27,7 +26,6 @@ package() { #make PREFIX="$pkgdir" install install -Dm755 toybox "$pkgdir"/bin/toybox - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING } sha512sums="22f91046c75f986e44927ec89feab6c6afa1f614e5b0eae73e43f6ccd5c4328991ad283858fb1a5cb4d697806f38b8ab81782c160860a2c34ecbef3885636d5e toybox-0.8.1.tar.gz" |