From 854c539926a3bdd3d6ac2c5a5708e7e940884734 Mon Sep 17 00:00:00 2001 From: Oleg Titov Date: Mon, 2 Sep 2019 11:30:18 -0500 Subject: testing/mynewt-newt: upgrade to 1.7.0 - https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.7.0 1.7.0 - Remove standard license file - Modernize --- testing/mynewt-newt/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/testing/mynewt-newt/APKBUILD b/testing/mynewt-newt/APKBUILD index 81c076dd1b..228b817a4a 100644 --- a/testing/mynewt-newt/APKBUILD +++ b/testing/mynewt-newt/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Oleg Titov # Maintainer: Oleg Titov pkgname=mynewt-newt -pkgver=1.6.0 +pkgver=1.7.0 _ver=${pkgver//./_}_tag -pkgrel=1 +pkgrel=0 pkgdesc="Apache Newt is a smart build and package management tool for Apache Mynewt Operating System" url="https://mynewt.apache.org" arch="x86_64 x86" @@ -16,16 +16,13 @@ source="mynewt-newt-$pkgver.tar.gz::https://github.com/apache/mynewt-newt/archiv builddir="$srcdir/mynewt-newt-mynewt_${_ver}" build() { - cd "$builddir" ./build.sh } package() { - cd "$builddir" install -Dm 755 newt/newt "${pkgdir}/usr/bin/newt" - install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}/" README.md } -sha512sums="37dd56b3aa7706931da6c858a757a8c5dc3058fec61b2bd394d411d3906c37706ce1df3daa124af388b725ead9478b9bd14143b881abd6ed1f0e0d0a16e2aba0 mynewt-newt-1.6.0.tar.gz" +sha512sums="ea3ff490bf1322127a1c7c3b77a6f4289b94d66b7c7bf7ad8e5749ef0da73c7a3afdbf297e1f53a28da2e93f1f31ffa170a5433dc7dff36736a279f8d3e0b5f1 mynewt-newt-1.7.0.tar.gz" -- cgit v1.2.3