aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea-hook-runscript/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kea-hook-runscript/APKBUILD')
-rw-r--r--community/kea-hook-runscript/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD
deleted file mode 100644
index 21d203d7420..00000000000
--- a/community/kea-hook-runscript/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-# Contributor: Steve Holweg <skytep@gmail.com>
-pkgname=kea-hook-runscript
-pkgver=1.4.0
-pkgrel=7
-pkgdesc="This a hook for the Kea DHCP server that allows to run an external script."
-url="https://github.com/zorun/kea-hook-runscript"
-arch="all !armhf !armv7 !s390x" # limited by kea
-license="MPL2"
-depends="kea-common>=1.4.0"
-makedepends="boost-dev kea-dev"
-source="https://github.com/zorun/kea-hook-runscript/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-options="!check" # Library and makefile provide no tests
-
-build() {
- make
-}
-
-package() {
- install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/kea/hooks/kea-hook-runscript.so
-}
-
-sha512sums="
-beb60ae0d24e60f557dcefffd562a558586dddac7f41b24f45235b0ae3771893d6baf1627f6b91d39fda2671612fd77bc7ae80cbd311572883df3467cd5bb92d kea-hook-runscript-1.4.0.tar.gz
-"