aboutsummaryrefslogtreecommitdiffstats
path: root/community/isochronous/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-28 09:44:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-28 09:44:39 -0300
commitf321b4423177e8657b6256cc88222282f84c64d3 (patch)
treebb6ad7bbebc6ef875b7a76f1b7e0f4fc2a65471c /community/isochronous/APKBUILD
parentf74ed8218d1bdde3f89f331dc46b553dd490bfc1 (diff)
downloadaports-f321b4423177e8657b6256cc88222282f84c64d3.tar.bz2
aports-f321b4423177e8657b6256cc88222282f84c64d3.tar.xz
community/isochronous: modernize
also move file to $pkgname-$pkgver so we don't need to set builddir
Diffstat (limited to 'community/isochronous/APKBUILD')
-rw-r--r--community/isochronous/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/isochronous/APKBUILD b/community/isochronous/APKBUILD
index bd852f50f6..7a80e16241 100644
--- a/community/isochronous/APKBUILD
+++ b/community/isochronous/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
-pkgname="isochronous"
-pkgver="0.1"
+pkgname=isochronous
+pkgver=0.1
pkgrel=0
pkgdesc="isochronous network measurement tools"
url="https://git.networkservice.associates/ahamonic/isochronous"
@@ -8,11 +8,10 @@ arch="all"
license="Apache-2.0"
source="https://git.networkservice.associates/ahamonic/isochronous/-/archive/v$pkgver/isochronous-$pkgver.tar.gz
make-install.patch"
-builddir="$srcdir/isochronous-v$pkgver"
-options="!check"
+options="!check" # No testsuite
prepare() {
- mv "$srcdir"/isochronous-v$pkgver-* "$srcdir"/isochronous-v$pkgver
+ mv "$srcdir"/isochronous-v$pkgver-* "$srcdir"/isochronous-$pkgver
default_prepare
}