milis/talimatname/genel/a/android-udev/talimat

16 lines
421 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: android cihazlar için udev kuralları
# URL: https://github.com/M0Rf30/android-udev-rules
# Paketçi: milisarge
# Gerekler: libmtp
# Grup: sistem
isim=android-udev
surum=20170910
devir=1
kaynak=(https://github.com/M0Rf30/android-udev-rules/archive/$surum.zip::android-udev-$surum.zip)
derle() {
cd android-udev-rules-$surum
install -Dm 644 51-android.rules "$PKG"/usr/lib/udev/rules.d/51-android.rules
}