void-packages/srcpkgs/android-udev-rules/template
2025-01-06 11:32:29 +01:00

16 lines
642 B
Bash

# Template file for 'android-udev-rules'
pkgname=android-udev-rules
version=20241109
revision=1
short_desc="Android udev rules list aimed to be the most comprehensive on the net"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/M0Rf30/android-udev-rules"
changelog="https://github.com/M0Rf30/android-udev-rules/releases"
distfiles="https://github.com/M0Rf30/android-udev-rules/archive/${version}.tar.gz"
checksum=178251de2683dfe27d8bfd2259bc0bc8e38e68b3bc780baca68b8ae9d3d18aca
system_groups="adbusers"
do_install() {
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
}