mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
16 lines
642 B
Bash
16 lines
642 B
Bash
# Template file for 'android-udev-rules'
|
|
pkgname=android-udev-rules
|
|
version=20250525
|
|
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=582bf8daa23f318047e77ece4c101c8696fd9151c459f695dca56cf4a40a72a2
|
|
system_groups="adbusers"
|
|
|
|
do_install() {
|
|
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
|
|
}
|