🔒 Repository is read-only – file editing is disabled.

recipes/utils/android-udev/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'android-udev'
pkgver: '20260423'
pkgrel: '1'
pkgdesc: 'Udev rules to connect Android devices to your linux box'
url: 'https://github.com/M0Rf30/android-udev-rules'
arch: x86_64
license:
- GPL3

depends: []
makedepends:
- libmtp

source:
- 'https://github.com/M0Rf30/android-udev-rules/archive/${pkgver}.zip'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  install -Dm 644 51-android.rules ${PKGDIR}/lib/udev/rules.d/51-android.rules
  install -Dm 644 android-udev.conf ${PKGDIR}/usr/lib/sysusers.d/android-udev.conf

  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE

package: |
  true