mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
23 lines
749 B
Text
23 lines
749 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nitrokey-udev-rules
|
|
pkgver=1.1.0
|
|
pkgrel=0
|
|
pkgdesc="udev rules for Nitrokey devices"
|
|
url="https://github.com/Nitrokey/nitrokey-udev-rules"
|
|
arch="noarch"
|
|
license="CC0-1.0"
|
|
depends="udev"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/Nitrokey/nitrokey-udev-rules/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="!check" # No code to test
|
|
|
|
replaces="libnitrokey"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr/lib/udev/rules.d
|
|
cp ./*.rules "$pkgdir"/usr/lib/udev/rules.d
|
|
}
|
|
|
|
sha512sums="
|
|
6b4e985d00ae29fa68a5e1ada8401d6df3956e6e228ec50b27c4ca1ae70ec16d161f8533106d1fb88ffc5ac115175bc3fbdabef664510f8df20ba220c9bf1cdc nitrokey-udev-rules-1.1.0.tar.gz
|
|
"
|