aboutsummaryrefslogtreecommitdiffstats
path: root/community/cni-plugin-dnsname/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cni-plugin-dnsname/APKBUILD')
-rw-r--r--community/cni-plugin-dnsname/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/cni-plugin-dnsname/APKBUILD b/community/cni-plugin-dnsname/APKBUILD
deleted file mode 100644
index fb5bd982ac8..00000000000
--- a/community/cni-plugin-dnsname/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Jordan Christiansen <xordspar0@gmail.com>
-# Maintainer: Jordan Christiansen <xordspar0@gmail.com>
-pkgname=cni-plugin-dnsname
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Name resolution for containers"
-url="https://github.com/containers/dnsname"
-license="Apache-2.0"
-arch="all"
-depends="dnsmasq"
-makedepends="go"
-options="!check" # Requires root but 'checkroot' doesn't work with go programs
-source="$pkgname-$pkgver.tar.gz::https://github.com/containers/dnsname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/dnsname-$pkgver"
-
-build() {
- make
-}
-
-package() {
- make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-sha512sums="
-ebebbe62394b981e86cd21fa8b92639a6d67e007a18c576ffdbac8067084a4cffdc9d077213bf7c9ee1e2731c7d69e4d4c02465f2340556c8723b6e302238aad cni-plugin-dnsname-1.3.1.tar.gz
-"