aboutsummaryrefslogtreecommitdiffstats
path: root/community/akms/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/akms/APKBUILD')
-rw-r--r--community/akms/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/akms/APKBUILD b/community/akms/APKBUILD
deleted file mode 100644
index b2d2e61e8b3..00000000000
--- a/community/akms/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=akms
-pkgver=0.1.1
-pkgrel=0
-pkgdesc="Alpine Kernel Module Support"
-url="https://github.com/jirutka/akms"
-arch="noarch"
-license="MIT"
-depends="bubblewrap cmd:depmod kernel-hooks"
-makedepends="asciidoctor"
-triggers="$pkgname.trigger=/usr/src/*"
-install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-deinstall"
-subpackages="$pkgname-doc"
-source="https://github.com/jirutka/akms/archive/v$pkgver/$pkgname-$pkgver.tar.gz
- modules-load.conf
- "
-builddir="$srcdir/$pkgname-$pkgver"
-options="!check" # no tests provided
-
-build() {
- make build
-}
-
-package() {
- make install DESTDIR="$pkgdir" prefix=/usr
-
- # See https://github.com/jirutka/akms/issues/5
- install -Dm644 "$srcdir"/modules-load.conf "$pkgdir"/usr/lib/modules-load.d/$pkgname.conf
-}
-
-sha512sums="
-f3425ab3521acac0a152e01fcfcb55663e68d35e16214394bf28372c544ae1f291f275cc60b63c03ce50619a7d0d7000dbbb054e665d7957de0a856ee9205204 akms-0.1.1.tar.gz
-e61ebacae17e4e6b9ec39c0673d46c7764cba7f1378208341688f201c396a1599f8a518ce0849f36da0de2710391014f45d90ab09f6b36a579970d1672b0d71d modules-load.conf
-"