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

15 lines
416 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
name=android-udev
version=20170910
release=1
source=(https://github.com/M0Rf30/android-udev-rules/archive/$version.zip::android-udev-$version.zip)
build() {
cd android-udev-rules-$version
install -Dm 644 51-android.rules "$PKG"/usr/lib/udev/rules.d/51-android.rules
}