Files
horizon-packages/srcpkgs/android-udev-rules/template
T

17 lines
648 B
Bash

# Template file for 'android-udev-rules'
pkgname=android-udev-rules
version=20231124
revision=1
short_desc="Android udev rules list aimed to be the most comprehensive on the net"
maintainer="Mohammed Anas <triallax@tutanota.com>"
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=0de9e2fa5ee2c65d3854c3c796701de1cbf9d47f70fa261bdadba4578632733c
system_groups="adbusers"
do_install() {
vinstall 51-android.rules 644 usr/lib/udev/rules.d 51-android.rules
}