aboutsummaryrefslogtreecommitdiffstats
path: root/community/isochronous/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/isochronous/APKBUILD')
-rw-r--r--community/isochronous/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/isochronous/APKBUILD b/community/isochronous/APKBUILD
deleted file mode 100644
index 7a80e16241d..00000000000
--- a/community/isochronous/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
-pkgname=isochronous
-pkgver=0.1
-pkgrel=0
-pkgdesc="isochronous network measurement tools"
-url="https://git.networkservice.associates/ahamonic/isochronous"
-arch="all"
-license="Apache-2.0"
-source="https://git.networkservice.associates/ahamonic/isochronous/-/archive/v$pkgver/isochronous-$pkgver.tar.gz
- make-install.patch"
-options="!check" # No testsuite
-
-prepare() {
- mv "$srcdir"/isochronous-v$pkgver-* "$srcdir"/isochronous-$pkgver
- default_prepare
-}
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="03d43b5374cce6a2ec8b8b9d37f43a52f47827cec5159fd9d730011112d9a3573fea2d8779db9a778d87aed925ab265572710645805a4a94f1a64f02aa9c052d isochronous-0.1.tar.gz
-5f05b8c4d7d42e0f98f59867953ff99e1501ca8da71ea04697713ec0be9294b19c767fc81953f427eaa711ed2a3e76bd3aaeceaa6876505e8607933133636eba make-install.patch"