aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 17:59:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 19:10:06 -0300
commit68d78cbfe05dccd57a5407c261d0a074cf7ef471 (patch)
treef1e883b3ef07b6e7ffbbe548ba8de09c83341b3f /testing
parent53beeef878a337b052e6268fc17e299273c8c587 (diff)
downloadaports-68d78cbfe05dccd57a5407c261d0a074cf7ef471.tar.bz2
aports-68d78cbfe05dccd57a5407c261d0a074cf7ef471.tar.xz
community/waf: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/waf/APKBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/waf/APKBUILD b/testing/waf/APKBUILD
deleted file mode 100644
index 4f2a310fa8..0000000000
--- a/testing/waf/APKBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# Contributor: Adam Saponara <as@php.net>
-# Maintainer: Adam Saponara <as@php.net>
-pkgname=waf
-pkgver=2.0.19
-pkgrel=0
-pkgdesc="The meta build system"
-url="https://waf.io/"
-arch="noarch"
-license="BSD-3-Clause"
-options="!check" # no tests available
-depends="python3"
-source="https://waf.io/waf-$pkgver"
-
-package() {
- install -Dm755 "$srcdir"/waf-$pkgver "$pkgdir"/usr/bin/waf
-}
-sha512sums="2db3b31d2e142370f2fb6e550ec29e9e2a7b1167bcdfda8d747d047c4658bd461e255960e599b288918f2705125f9211fdd18d456d58f64a7c0448db76c38122 waf-2.0.19"