From 115b71647f4bd35aeceac03919796ef5a33664a7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Dec 2019 15:25:55 +0100 Subject: community/kea-hook-runscript: move from testing --- testing/kea-hook-runscript/APKBUILD | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testing/kea-hook-runscript/APKBUILD (limited to 'testing') diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD deleted file mode 100644 index 9b88458c62..0000000000 --- a/testing/kea-hook-runscript/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Steve Holweg -pkgname=kea-hook-runscript -pkgver=1.3.1 -pkgrel=1 -pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." -arch="all !armhf !armv7" # limited by kea -url="https://github.com/zorun/kea-hook-runscript" -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/hooks/kea-hook-runscript.so -} - -sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz" -- cgit v1.2.3